<?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/20244" />

	<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>2020-05-31T08:10:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2020-05-31T08:10:38-04:00</updated>

		<published>2020-05-31T08:10:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=108490#p108490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=108490#p108490"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=108490#p108490"><![CDATA[
i noticed like for example on dalnet  u can use multiple targets for whois command meaning u can compress multi nicks in in 1  whois command (not sure what max allowed is as raw 005 doesnt say on connect i tried like 20  nicks in 1 whois command and it seemed to execute fine tho)<br><br>like so: whois nick,nick,nick,nick,nick,nick,nick,nick,nick,nick,nick,nick,nick<br><br>wich might result in not gettin disconnected in the case of mass joins unlike having it execute 1 by 1<br><br>whois nick1<br>whois nick2<br>whois nick3<br>whois nick4<br>whois nick5<br>whois nick6<br>whois nick7<br>whois nick8<br><br>wich might get u disconnected since  using a command excessively in the case of a mass join wich happens regularly on dalnet not to mention the daily netsplits wich has nicks mass rejoin again after servers link again<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun May 31, 2020 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-27T10:01:27-04:00</updated>

		<published>2017-03-27T10:01:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106025#p106025</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106025#p106025"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106025#p106025"><![CDATA[
that seemed to fix it thx caesar<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Mar 27, 2017 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2017-03-27T09:48:09-04:00</updated>

		<published>2017-03-27T09:48:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106024#p106024</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106024#p106024"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106024#p106024"><![CDATA[
Oh boy.. coding habit made me open the if with an ( instead of an { like TCL wants. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"> Locate:<div class="codebox"><p>Code: </p><pre><code>if (![channel get $chan checkisauth] || ![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} continue </code></pre></div>and replace it with:<div class="codebox"><p>Code: </p><pre><code>if {![channel get $chan checkisauth] || ![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} continue </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Mar 27, 2017 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-27T09:06:41-04:00</updated>

		<published>2017-03-27T09:06:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106023#p106023</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106023#p106023"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106023#p106023"><![CDATA[
now getting:<blockquote class="uncited"><div>Tcl error [::RegVoice::isReg]: unbalanced open paren<br>in expression "(!1"</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Mar 27, 2017 9:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2017-03-27T07:20:04-04:00</updated>

		<published>2017-03-27T07:20:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106021#p106021</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106021#p106021"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106021#p106021"><![CDATA[
This is weird since the <em class="text-italics">variable verifieduser</em> should have fixed the problem... Anyway, we got two options:<br><br>1. replace this line:<div class="codebox"><p>Code: </p><pre><code>set verifieduser "*has identified for*"</code></pre></div>with:<div class="codebox"><p>Code: </p><pre><code>variable verifieduser "*has identified for*"</code></pre></div>and see if helps, if not, then...<br><br>2. hard-code the expected line into the code by replacing:<div class="codebox"><p>Code: </p><pre><code>if {![string match $verifieduser $text]} return</code></pre></div>with:<div class="codebox"><p>Code: </p><pre><code>if {![string match "*has identified for*" $text]} return</code></pre></div>and also drop the <em class="text-italics">variable verifieduser</em> line.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Mar 27, 2017 7:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-27T06:48:59-04:00</updated>

		<published>2017-03-27T06:48:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106020#p106020</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106020#p106020"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106020#p106020"><![CDATA[
now getting:<blockquote class="uncited"><div>Tcl error [::RegVoice::isReg]: can't read "verifieduser": no such variable</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Mar 27, 2017 6:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2017-03-27T06:30:14-04:00</updated>

		<published>2017-03-27T06:30:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106019#p106019</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106019#p106019"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106019#p106019"><![CDATA[
Ah crap.. Since the public and private message had about the same messages joined them and forgot to change the channel variable. Replace:<div class="codebox"><p>Code: </p><pre><code>proc doAction {mode chan dest} {if {![validchan $channel] || ![botonchan $channel]} {</code></pre></div>with:<div class="codebox"><p>Code: </p><pre><code>proc doAction {mode chan dest} {if {![validchan $chan] || ![botonchan $chan]} {</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Mar 27, 2017 6:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-27T03:28:20-04:00</updated>

		<published>2017-03-27T03:28:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106017#p106017</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106017#p106017"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106017#p106017"><![CDATA[
i tested and got this error:<br><div class="codebox"><p>Code: </p><pre><code> namespace eval RegVoice {    set verifieduser "*has identified for*"    setudef flag checkisauth    bind join - * [namespace current]::joinCheck    bind raw - 307 [namespace current]::isReg    bind pub o|o !checkisreg [namespace current]::public    bind msg o|o checkisreg [namespace current]::message         bind time - * [namespace current]::cleanUp    proc cleanUp {minute hour day month year} {       global checkAuth       if {[info exists checkAuth]} {          foreach nick $checkAuth {             if {![onchan $nick]} {                set pos [lsearch -nocase $nick $checkAuth]                set checkAuth [lreplace $checkAuth $pos $pos]             }          }       }    }         proc joinCheck {nick uhost hand chan} {       global checkAuth       if {[isbotnick $nick]} return       if {![channel get $chan checkisauth] || [validuser $hand]} return       if {[info exists checkAuth]} {          if {[lsearch -nocase $nick $checkAuth] != -1} return       }       lappend checkAuth $nick       puthelp "WHOIS $nick"    }    proc isReg {from keyword text} {       global checkAuth       variable verifieduser       set nick [lindex [split $text] 1]       if {[info exists checkAuth]} {          set pos [lsearch -nocase $nick $checkAuth]          if {$pos != -1} {             set checkAuth [lreplace $checkAuth $pos $pos]          }       }       if {![string match $verifieduser $text]} return       if {[validuser [nick2hand $nick]]} return       foreach chan [channels] {          if {![channel get $chan checkisauth] || ![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} continue          if {![botisop $chan]} continue          pushmode $chan +v $nick       }    }         proc public {nick uhost hand chan text} {       if {[scan $text {%s} mode] != 1} {         puthelp "PRIVMSG $chan :\037ERROR\037: Incorrect Parameters. \037SYNTAX\037: !checkisreg on|off"         return       }       doAction $mode $chan $chan    }    proc message {nick uhost hand chan text} {       if {[scan $text {%s%s} mode channel] != 2} {          puthelp "PRIVMSG $nick :\037ERROR\037: Incorrect Parameters. \037SYNTAX\037: checkisreg #channel on|off"          return       }       if {[string first # $channel] != 0} {          puthelp "PRIVMSG $nick :\037ERROR\037: Provided channel doesn't seem to correct. \037SYNTAX\037: checkisreg #channel on|off"          return       }       doAction $mode $channel $nick    }    proc doAction {mode chan dest} {       if {![validchan $channel] || ![botonchan $channel]} {          puthelp "PRIVMSG $dest ::\037ERROR\037: Channel $chan doesn't exist in my database or I'm not on it."          return       }       set status [channel get $chan checkisauth]       switch -- [string tolower $mode] {          "on" {             if {$status} {                puthelp "PRIVMSG $dest :\037ERROR\037: This setting is already enabled."             } else {                channel set $chan +checkisauth                puthelp "PRIVMSG $dest :Enabled Automatic Register Checking for $chan"             }          }          "off" {             if {!$status} {                puthelp "PRIVMSG $dest :\037ERROR\037: This setting is already disabled."             } else {                channel set $chan -checkisauth                puthelp "PRIVMSG $dest :Disabled Automatic Register Checking for $chan"             }          }          default {             if {![string first # $dest]} {                puthelp "PRIVMSG $dest :\037ERROR\037: $mode is not an accepted parameter. \037SYNTAX\037: !checkisreg on|off"             } else {                puthelp "PRIVMSG $dest :\037ERROR\037: $mode is not an accepted parameter. \037SYNTAX\037: checkisreg #channel on|off"             }          }       }    } }</code></pre></div><br><blockquote class="uncited"><div>Tcl error [::RegVoice::public]: can't read "channel": no such variable</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Mon Mar 27, 2017 3:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2017-03-26T22:31:21-04:00</updated>

		<published>2017-03-26T22:31:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106016#p106016</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106016#p106016"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106016#p106016"><![CDATA[
simo, <div class="codebox"><p>Code: </p><pre><code> proc check:isreg {from keyword args} {    global verifieduser    if {![string match $verifieduser $args]} {return}    set nick [lindex [split $args] 1]    if {[validuser [nick2hand $nick]]} return    foreach chan [channels] {      if {![channel get $chan checkisauth] || ![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} continue      pushmode $chan +v $nick    }     } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sun Mar 26, 2017 10:31 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[SpiKe^^]]></name></author>
		<updated>2017-03-26T23:08:18-04:00</updated>

		<published>2017-03-26T22:28:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106015#p106015</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106015#p106015"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106015#p106015"><![CDATA[
Just some cut and paste slime left over in proc isReg.<br>Try this cleaned up some more...<div class="codebox"><p>Code: </p><pre><code> namespace eval RegVoice {     set verifieduser "*has identified for*"     setudef flag checkisauth     bind join - * [namespace current]::joinCheck     bind raw - 307 [namespace current]::isReg     bind pub o|o !checkisreg [namespace current]::public     bind msg o|o checkisreg [namespace current]::message          bind time - * [namespace current]::cleanUp     proc cleanUp {minute hour day month year} {        global checkAuth        if {[info exists checkAuth]} {           foreach nick $checkAuth {              if {![onchan $nick]} {                 set pos [lsearch -nocase $nick $checkAuth]                 set checkAuth [lreplace $checkAuth $pos $pos]              }           }        }     }          proc joinCheck {nick uhost hand chan} {        global checkAuth        if {[isbotnick $nick]} return        if {![channel get $chan checkisauth] || [validuser $hand]} return        if {[info exists checkAuth]} {           if {[lsearch -nocase $nick $checkAuth] != -1} return        }        lappend checkAuth $nick        puthelp "WHOIS $nick"     }     proc isReg {from keyword text} {        global checkAuth       variable verifieduser        set nick [lindex [split $text] 1]        if {[info exists checkAuth]} {           set pos [lsearch -nocase $nick $checkAuth]           if {$pos != -1} {              set checkAuth [lreplace $checkAuth $pos $pos]           }        }        if {![string match $verifieduser $text]} return        if {[validuser [nick2hand $nick]]} return        foreach chan [channels] {           if {![channel get $chan checkisauth] || ![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} continue           if {![botisop $chan]} continue           pushmode $chan +v $nick        }     }          proc public {nick uhost hand chan text} {        if {[scan $text {%s} mode] != 1} {          puthelp "PRIVMSG $chan :\037ERROR\037: Incorrect Parameters. \037SYNTAX\037: !checkisreg on|off"          return        }        doAction $mode $chan $chan     }     proc message {nick uhost hand chan text} {        if {[scan $text {%s%s} mode channel] != 2} {           puthelp "PRIVMSG $nick :\037ERROR\037: Incorrect Parameters. \037SYNTAX\037: checkisreg #channel on|off"           return        }        if {[string first # $channel] != 0} {           puthelp "PRIVMSG $nick :\037ERROR\037: Provided channel doesn't seem to correct. \037SYNTAX\037: checkisreg #channel on|off"           return        }        doAction $mode $channel $nick     }     proc doAction {mode chan dest} {        if {![validchan $channel] || ![botonchan $channel]} {           puthelp "PRIVMSG $dest ::\037ERROR\037: Channel $chan doesn't exist in my database or I'm not on it."           return        }        set status [channel get $chan checkisauth]        switch -- [string tolower $mode] {           "on" {              if {$status} {                 puthelp "PRIVMSG $dest :\037ERROR\037: This setting is already enabled."              } else {                 channel set $chan +checkisauth                 puthelp "PRIVMSG $dest :Enabled Automatic Register Checking for $chan"              }           }           "off" {              if {!$status} {                 puthelp "PRIVMSG $dest :\037ERROR\037: This setting is already disabled."              } else {                 channel set $chan -checkisauth                 puthelp "PRIVMSG $dest :Disabled Automatic Register Checking for $chan"              }           }           default {              if {![string first # $dest]} {                 puthelp "PRIVMSG $dest :\037ERROR\037: $mode is not an accepted parameter. \037SYNTAX\037: !checkisreg on|off"              } else {                 puthelp "PRIVMSG $dest :\037ERROR\037: $mode is not an accepted parameter. \037SYNTAX\037: checkisreg #channel on|off"              }           }        }     }  } </code></pre></div>EDIT: Also fixed a small global/variable issue in proc isReg.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7749">SpiKe^^</a> — Sun Mar 26, 2017 10:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-26T09:13:58-04:00</updated>

		<published>2017-03-26T09:13:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106011#p106011</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106011#p106011"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106011#p106011"><![CDATA[
<blockquote class="uncited"><div>and also " identified for this nick "</div></blockquote>yes because i tested with anope 2 services wich has that as output<br>for dalnet u can change that to:<blockquote class="uncited"><div>"has identified for this nick" </div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Mar 26, 2017 9:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fahad]]></name></author>
		<updated>2017-03-26T08:59:48-04:00</updated>

		<published>2017-03-26T08:59:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106010#p106010</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106010#p106010"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106010#p106010"><![CDATA[
and also <strong class="text-strong">" identified for this nick "</strong><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12648">Fahad</a> — Sun Mar 26, 2017 8:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-26T06:34:18-04:00</updated>

		<published>2017-03-26T06:34:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106009#p106009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106009#p106009"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106009#p106009"><![CDATA[
ceasar changed your code<br> and got this error:<br><br><br>Tcl error [::RegVoice::isReg]: can't read "verifieduser": no such variable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Mar 26, 2017 6:34 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-26T06:21:21-04:00</updated>

		<published>2017-03-26T06:21:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106008#p106008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106008#p106008"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106008#p106008"><![CDATA[
spike i changed it to:<br><br>wich seems to have helped of i done correct that is<br><br><blockquote class="uncited"><div>proc check:isreg {from keyword args} {<br>  global verifieduser<br>  if {![string match $verifieduser $args]} {return}<br>  set nick [lindex [split $args] 1]<br>  if ([validuser [nick2hand $nick]]) return<br>  foreach chan [channels] {<br>    if {![channel get $chan checkisauth] || ![onchan $nick $chan] || [isop $nick $chan] || [isvoice $nick $chan]} {continue}<br>    pushmode $chan +v $nick<br>  } <br>} </div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Mar 26, 2017 6:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[simo]]></name></author>
		<updated>2017-03-26T06:01:21-04:00</updated>

		<published>2017-03-26T06:01:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=106007#p106007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=106007#p106007"/>
		<title type="html"><![CDATA[Auto Voice To Those Who Are Register NICK.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=106007#p106007"><![CDATA[
<blockquote class="uncited"><div> <br>caesar gettin this error:<br><br>Tcl error in file 'bot.conf':  invalid command name "}"<br>    while executing<br>"} "<br><br><br><br><br>and spike also gettin error:<br> <br><br>Tcl error in file 'bot.conf':<br>invalid command name "}"<br>    while executing<br>"} "<br></div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12505">simo</a> — Sun Mar 26, 2017 6:01 am</p><hr />
]]></content>
	</entry>
	</feed>
