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

	<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>2001-12-15T13:04:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[tR]]></name></author>
		<updated>2001-12-15T13:04:00-04:00</updated>

		<published>2001-12-15T13:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2782#p2782</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2782#p2782"/>
		<title type="html"><![CDATA[Mass kick Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2782#p2782"><![CDATA[
I have the newest tcl Version. At least worked with following lines:<br>set kickusers [join $nlist ,]<br>putserv "KICK $chan $kickusers :$reason"<br>strange .... but works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=509">tR</a> — Sat Dec 15, 2001 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-14T12:19:00-04:00</updated>

		<published>2001-12-14T12:19:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2760#p2760</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2760#p2760"/>
		<title type="html"><![CDATA[Mass kick Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2760#p2760"><![CDATA[
HMM - I thought I replied to this, Oh well.<br><br>Try changing the line to <blockquote class="uncited"><div>putserv "KICK $chan [join ${nlist} {,}] :${reason}"</div></blockquote>Should this work or fail, it sugests a buggy version of Tcl, and I recomend updating.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Dec 14, 2001 12:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tR]]></name></author>
		<updated>2001-12-14T06:05:00-04:00</updated>

		<published>2001-12-14T06:05:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2747#p2747</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2747#p2747"/>
		<title type="html"><![CDATA[Mass kick Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2747#p2747"><![CDATA[
More detailed <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> the error comes from following line:<br>putserv "KICK $chan [join $nlist ,] :$reason" <br><br>TCL error [ma_dccmass]: missing close-bracket<br>someone any idea? <br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=509">tR</a> — Fri Dec 14, 2001 6:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tR]]></name></author>
		<updated>2001-12-13T17:27:00-04:00</updated>

		<published>2001-12-13T17:27:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2729#p2729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2729#p2729"/>
		<title type="html"><![CDATA[Mass kick Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2729#p2729"><![CDATA[
sorry, wrong part of source i think.<br>The error comes from following part:<br><br>proc ma_kick {chan reason} {<br>  global botnick ma_kicks<br>  putserv "MODE $chan +i"<br>  set nlist ""<br>  foreach nick [nb_randomise [chanlist $chan]] <br>  {<br>    if {[isop $nick $chan] || [isvoice $nick $chan] || [matchattr [nick2hand $nick $chan] fov|fov $chan] || $nick == $botnick || [onchansplit $nick $chan]} {continue}<br>    lappend nlist $nick<br>    if {[llength $nlist] &gt;= $ma_kicks} {<br>      putserv "KICK $chan [join $nlist ,] :$reason"<br>      unset nlist<br>    }<br>  }<br>  if {[info exists nlist]} {<br>    putserv "KICK $chan [join $nlist ,] :$reason"<br>  }<br>  return 0<br>}<br><br>i dont modified anything on netbots 4.05 source. Someone else has this error ? <p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=509">tR</a> — Thu Dec 13, 2001 5:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tR]]></name></author>
		<updated>2001-12-13T15:34:00-04:00</updated>

		<published>2001-12-13T15:34:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2722#p2722</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2722#p2722"/>
		<title type="html"><![CDATA[Mass kick Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2722#p2722"><![CDATA[
When i try mass kick the followin error appears:<br>TCL error [ma_dccmass]: missing close-bracket<br><br>I dont found any error in the source, i think he must be in following lines:<br><br>      "kick" {<br>        putidx $idx "Mass kicking $chan"<br>        if {$option == "none"} {<br>          set reason $ma_reason<br>        } else {<br>          set reason [join [lrange [split $arg] 2 end]]<br>        }<br>        ma_kick $chan [join [lrange [split $arg] 2 end]]<br>      }<br><br>someone any idea ? I run eggdrop 1.6.6. and netbots 4.05. tnx in advance<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=509">tR</a> — Thu Dec 13, 2001 3:34 pm</p><hr />
]]></content>
	</entry>
	</feed>
