<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/18904" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2013-01-30T08:51:47-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/18904</id>

		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-01-30T08:51:47-04:00</updated>

		<published>2013-01-30T08:51:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100842#p100842</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100842#p100842"/>
		<title type="html"><![CDATA[help in active chatter script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100842#p100842"><![CDATA[
If you can be more specific with what you need modifyed on this script maybe i can help you. I really didnt understand what you really want instead of the message after the BOT voices the user so search for:<br><blockquote class="uncited"><div>pushmode $chan +v $nick </div></blockquote>and add after<blockquote class="uncited"><div>putserv "PRIVMSG $chan :something"</div></blockquote>If there was anything else you wanted to modify please let me know<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Wed Jan 30, 2013 8:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[WeAraBs]]></name></author>
		<updated>2012-03-23T04:56:45-04:00</updated>

		<published>2012-03-23T04:56:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=99103#p99103</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=99103#p99103"/>
		<title type="html"><![CDATA[help in active chatter script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=99103#p99103"><![CDATA[
hello again<br><br>any one can help me to modify active chatter script<br><br>im using unreal ircd  and in it i cant use like this mode <br><br>example : /mode #chan +v<span style="color:red">-k</span> nick <span style="color:red">msg</span><br><br>i need it like this <br>Bot sets mode: +v<span style="color:red">-k</span> good <span style="color:red">active.user</span><br><br>but in unreal only like this<br>Bot sets mode: +v good<br><br>how to make the bot say any word after the voice mode<br><br>this is the script <br><div class="codebox"><p>Code: </p><pre><code># $Id: activechatter.tcl, v3.80.b eggdrop-1.6.18 23/02/2009 10:11:56 Exp $# Begin - Active Chatter v3.80.b [activechatter.tcl]#       Build date: 6th August 2007#       Last Modified: 23rd February 2009#       Copyright ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© 1998-2009 awyeah (awesomeawyeah@gmail.com)#       This TCL script is designed to work with eggdrop v1.6.17 or higher##########################################################################                        Active Chatter 3.80.b                          ##                                                                       ##                                                                       ## Author: awyeah                                     23rd February 2009 ## Email: awesomeawyeah@gmail.com                   Build version 3.80.b ###########################################################################                                                                       ## ###########                                                           ## DESCRIPTION                                                           ## ###########                                                           ##                                                                       ## This script voices users who have said a certain number of lines on a ## channel (active chatters). Additionally, it devoices users who are    ## idling for more than a certain amount of time on a channel (unactive  ## chatters).                                                            ##                                                                       ###########################################################################                                                                       ## ############                                                          ## REQUIREMENTS                                                          ## ############                                                          ##                                                                       ##  The following requirements must be taken into consideration before   ##  utilizing this script further:                                       ##                                                                       ##   (Fields marked with a '*' are compulsory requirements)              ##                                                                       ## (*) (1) You must be running EGGDROP v1.6.17 or higher.                ## (*) (2) You must have TCL v8.4 or higher installed on the system.     ##                                                                       ##   To FIND the TCL VERSION and PATCH LEVEL your shell is running:      ##     (1) At your shell prompt type: tclsh                              ##         (a) If you have several different versions of tcl installed   ##             on the system, pick the latest version. E.g: tclsh8.3,    ##             tclsh8.4 which is installed from the given list.          ##             (i) At shell prompt type: tclsh8.4 (and go to step 2)     ##         (b) If you have only one version, pick that one or continue   ##             with 'tclsh' only if it doesn't say to use another name.  ##     (2) To find your tcl version type: info tclversion                ##     (3) To exit tclsh, type: exit                                     ##                                                                       ###########################################################################                                                                       ## ############                                                          ## INSTALLATION                                                          ## ############                                                          ##                                                                       ##  This quick installation tutorial consists of 4 steps. Please follow  ##  all steps correctly in order to setup your script.                   ##                                                                       ## (1) Upload the file activechatter.tcl in your eggdrop '/scripts'      ##     folder along with your other scripts.                             ##                                                                       ## (2) OPEN your eggdrops configuration (.conf) file and add a link at   ##     the bottom of the configuration file to the path of drone nick    ##     remover script, it would be:                                      ##                                                                       ##               source scripts/activechatter.tcl                        ##                                                                       ##                                                                       ## (3) SAVE your bots configuration file.                                ##                                                                       ## (4) REHASH and RESTART your bot.                                      ##                                                                       ###########################################################################                                                                       ## ########                                                              ## VERSIONS                                                              ## ########                                                              ##                                                                       ##  v3.80.b  - Fixed bugs reported by users thanks to "speechless" from  ## (04/02/09)  the egghelp forum.                                        ##           - Fixed a bug in the autovoice:users and                    ##             autovoice:devoice:idlers procedure for $nickchan.         ##           - Fixed declaration of $chan in autovoice:devoice:idlers    ##             procedure.                                                ##           - Added configuration settings to set user specific mode    ##             settings for displaying active and idle chatters.         ##                                                                       ##  v3.66.b  - Fixed some bugs and errors reported.                      ## (20/09/07)                                                            ##                                                                       ##  v3.47.b  - First public release.                                     ## (07/08/07)                                                            ##                                                                       ###########################################################################                                                                       ## ########                                                              ## CONTACTS                                                              ## ########                                                              ##                                                                       ##  (*) For any suggestions, comments, questions or bugs reports, feel   ##      free to email me at:                                             ##                                                                       ##               awesomeawyeah@gmail.com                                 ##                                                                       ##                                                                       ##  (*) You can also contact me on MSN Messenger - my messenger ID is:   ##                                                                       ##               awyeah@awyeah.org                                       ##                                                                       ##                                                                       ##  (*) You can also catch me on The DALnet Network:                     ##                                                                       ##               /server irc.dal.net:6667, Nick: awyeah                  ##                      Channels: #awyeah, #eggdrops                     ##                                                                       ###########################################################################                                                                       ## #########                                                             ## COPYRIGHT                                                             ## #########                                                             ##                                                                       ## This program is a free software; you can distribute it under the      ## terms of the GNU General Public License under Section 1 as published  ## by the Free Software Foundation; either version 2 of the license, or  ## (at your option) any later version.                                   ##                                                                       ## This program is distributed in the hope that it will be useful,       ## but WITHOUT ANY WARRANTY; without even the implied warranty of        ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the          ## GNU General Public License for more details.                          ##                                                                       ## WARNING:                                                              ## This program is protected by copyright law and international          ## treaties. Unauthorized reproduction of this program, or any portion   ## of it, may result in severe civil penalties and will be prosecuted to ## the maximum extent possible under the law.                            ##                                                                       ###########################################################################                                                                       ## #########                                                             ## DOWNLOADS                                                             ## #########                                                             ##                                                                       ##  Latest versions of this script can be found on the TCL archives of   ##  the following websites:                                              ##                                                                       ##   1) http://www.egghelp.org/                                          ##   2) http://www.tclscript.com/                                        ##   3) http://channels.dal.net/awyeah/                                  ##                                                                       ########################################################################################################################### Start configuring variables from here! ##################################################Set the channels you would like this script to work on.#USAGE: [1/2] (1=User defined channels, 2=All channels the bot is on)set autovoice(chantype) "2"### SET THIS ONLY IF YOU HAVE SET THE PREVIOUS SETTING TO '1' ####Set the channels below on which this script should work. Each channel#must separated by a space in between to create a list-like structure.#USAGE: set autovoice(channels) "#channel1 #channel2 #mychannel"set autovoice(chans) "#mychannel #yourchannel"#Set the 'number of lines' here after which a user will be voiced for being#an ACTIVE CHATTER. Only channel messages will be counted for activity.set autovoice(lines) "25"#Set the time here in 'minutes' after which you would like to devoice idlers (UNACTIVE#CHATTERs). Users idling for more than this number of minute(s) will be devoiced.#######################################################################################If you wish yo disable this setting, set it to: "0"#USAGE: Any numerical integer value.set autovoice(dvtime) "10"### SET THIS ONLY IF YOU HAVE ENABLED (UNACTIVE CHATTER) DEVOICING FOR IDLERS ####Set the time here in 'minutes' after which you would continuously like to check#channel voices for idling. It is better to set this value low for good accuracy.#USAGE: Any numerical integer value.set autovoice(dvcheck) "2"### ACTIVE-CHATTER (VOICE) EXEMPT NICKS ####Set the list of nicks here which you would like to be exempted from being#autovoiced by the script. Place separate each entry by placing it in a new line.###################################################################################If you do not have any nick to exempt, then: set autovoice(avexempt) {}set autovoice(avexempt) {nick1:#channel1nick2:#channel2nick3:#channel3}### UNACTIVE-CHATTER (DEVOICE) EXEMPT NICKS ####Set the list of nicks here which you would like to be exempted from being#devoiced by the script. Place separate each entry by placing it in a new line.#################################################################################If you do not have any nick to exempt, then: set autovoice(dvexempt) {}set autovoice(dvexempt) {nick1:#channel1nick2:#channel2nick3:#channel3}### SET THE TEXT TO DISPLAY IN THE +V (VOICING) MODE ####Set the text to display while voicing the active chatters. This text will be#displayed when removing the channel key (mode: -k). Control codes such as#color/bold/underline/reverses can also be used in the string.#Please see: http://tclhelp.net/#faqcolor for more information on control codes.################################################################################set autovoice(voicemode) "\0032Active.\00312chatter"### SET THE TEXT TO DISPLAY IN THE -V (DE-VOICING) MODE ####Set the text to display while devoicing the idle chatters. This text will be#displayed when removing the channel key (mode: -k). Control codes such as#color/bold/underline/reverses can also be used in the string.#Please see: http://tclhelp.net/#faqcolor for more information on control codes.################################################################################set autovoice(devoicemode) "\0032Unactive.\00312chatter"################################################################ Congratulations! Script configuration is now complete ################################################################################################################################################# Don't edit anything else from this point onwards even if you know tcl! #################################################################################set autovoice(auth) "\x61\x77\x79\x65\x61\x68"set autovoice(ver) "v3.80.b"bind pubm - "*" autovoice:usersbind join - "*" autovoice:erase:recordif {$autovoice(dvtime) &gt; 0} {bind time - "*" autovoice:devoice:idlers}proc autovoice:users {nick uhost hand chan text} { global autovoice voice if {($autovoice(chantype) == 1) &amp;&amp; ([lsearch -exact [split [string tolower $autovoice(chans)]] [string tolower $chan]] == -1)} { return 0 } if {[isbotnick $nick] || [isop $nick $chan] || [isvoice $nick $chan]} { return 0 } set exemptlist [list] foreach nickchan $autovoice(avexempt) {  lappend exemptlist $nickchan } if {[llength $exemptlist] &gt; 0} {  foreach nickchan $exemptlist {   if {[string equal -nocase $nickchan $nick] || ([string equal -nocase [lindex [split $nickchan :] 0] $nick] &amp;&amp; [string equal -nocase [lindex [split $nickchan :] 1] $chan])} {     return 0     }   } } set user [split [string tolower $nick:$chan]] if {![info exists voice($user)] &amp;&amp; ![isvoice $nick $chan] &amp;&amp; ![isop $nick $chan]} {   set voice($user) 0 } elseif {[info exists voice($user)] &amp;&amp; ([expr $voice($user) + 1] &gt;= $autovoice(lines)) &amp;&amp; ![isop $nick $chan] &amp;&amp; ![isvoice $nick $chan]} {   utimer 3 [list autovoice:delay $nick $chan]   unset voice($user) } elseif {[info exists voice($user)]} {   incr voice($user)  }}proc autovoice:delay {nick chan} { global autovoice voice set user [split [string tolower $nick:$chan]] if {[botisop $chan] &amp;&amp; [onchan $nick $chan] &amp;&amp; ![isop $nick $chan] &amp;&amp; ![isvoice $nick $chan]} {  pushmode $chan +v $nick  set voiced($user) 1 } if {[info exists voiced($user)]} {  pushmode $chan -k $autovoice(voicemode)  flushmode $chan  }}proc autovoice:erase:record {nick uhost hand chan} { global autovoice voice if {($autovoice(chantype) == 1) &amp;&amp; ([lsearch -exact [split [string tolower $autovoice(chans)]] [string tolower $chan]] == -1)} { return 0 } if {[isbotnick $nick]} { return 0 } set user [split [string tolower $nick:$chan]] if {[info exists voice($user)]} { unset voice($user) }}proc autovoice:devoice:idlers {m h d mo y} { global autovoice voice if {([scan $m %d]+([scan $h %d]*60)) % $autovoice(dvcheck) == 0} { switch -exact $autovoice(chantype) {  1 { set chans [split $autovoice(chans)] }  2 { set chans [channels] }  default { return 0 } } foreach chan $chans {  set chan [string tolower $chan]  foreach user [chanlist $chan] {   set user [split [string tolower $user]]   if {[info exists exempt]} { unset exempt }   if {[botonchan $chan] &amp;&amp; ![isbotnick $user] &amp;&amp; ![isop $user $chan] &amp;&amp; [isvoice $user $chan]} {   set exemptlist [list]   foreach nickchan $autovoice(dvexempt) {    lappend exemptlist $nickchan   }   if {[llength $exemptlist] &gt; 0} {    foreach nickchan $exemptlist {     if {[string equal -nocase $nickchan $user] || ([string equal -nocase [lindex [split $nickchan :] 0] $user] &amp;&amp; [string equal -nocase [lindex [split $nickchan :] 1] $chan])} {      set exempt 1; break      }     }    }    if {[botonchan $chan] &amp;&amp; ![info exists exempt] &amp;&amp; ([getchanidle $user $chan] &gt;= $autovoice(dvtime))} {     pushmode $chan -v $user     if {![info exists devoice($chan)]} {      set devoice($chan) 1      }    } else {     continue    }   } else {    continue    }  }  if {[info exists devoice($chan)]} {   pushmode $chan -k $autovoice(devoicemode)   flushmode $chan   }  } }}if {![string equal "\x61\x77\x79\x65\x61\x68" $autovoice(auth)]} { set autovoice(auth) \x61\x77\x79\x65\x61\x68 }putlog "\002Active Chatter $autovoice(ver)\002 by \002$autovoice(auth)\002 has been loaded successfully."</code></pre></div>Thanks .....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11949">WeAraBs</a> — Fri Mar 23, 2012 4:56 am</p><hr />
]]></content>
	</entry>
	</feed>
