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

	<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-15T21:28:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-15T21:28:00-04:00</updated>

		<published>2001-12-15T21:28:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2793#p2793</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2793#p2793"/>
		<title type="html"><![CDATA[i need some help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2793#p2793"><![CDATA[
thanks ppslim that fixed it.. thanks for the help i appreciate it <br><br>SnOoP<p>Statistics: Posted by Guest — Sat Dec 15, 2001 9:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2001-12-13T21:42:00-04:00</updated>

		<published>2001-12-13T21:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2736#p2736</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2736#p2736"/>
		<title type="html"><![CDATA[i need some help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2736#p2736"><![CDATA[
changing<blockquote class="uncited"><div>set args [join $args]</div></blockquote>to<blockquote class="uncited"><div>set args [split [join $args]]</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Dec 13, 2001 9:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2001-12-13T13:06:00-04:00</updated>

		<published>2001-12-13T13:06:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=2720#p2720</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=2720#p2720"/>
		<title type="html"><![CDATA[i need some help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=2720#p2720"><![CDATA[
i'm using badchan 1.0 by Bass of Undernet's #eggdrop (<a href="mailto:bass@tclslave.net">bass@tclslave.net</a>) and it's giving me this error <br><br>Tcl error [bc_whois]: unmatched open brace in list<br><br>i can't figure out what's wrong with it..<br>i'm running a windrop version 1.6.3 on win xp.. <br><br>i found the code that's doing it just don't know how to fix it..<br><br>bind raw - 319 bc_whois<br>proc bc_whois {from key args} {<br>  global bchan bcqueue bcnicks<br>#  putlog "319: $args"<br>  set args [join $args]<br>  set nick [string tolower [lindex $args 1]]<br>  if {[info exists bcnicks($nick)]} {set chan $bcnicks($nick)} {return 0}<br>  set chans [string tolower [lrange $args 2 e]]<br>  if {[lsearch $bchan(exempt) $chan] == -1 &amp;&amp; $bchan(global) != ""} {set bans $bchan(global)} {set bans ""}<br>  if {[lsearch $bchan(chans) $chan] &gt; -1} {set bans "$bans $bchan($chan)"}<br>  foreach tok $chans {<br>    set tok [string trimleft $tok ":@+"]<br>    foreach ban $bans {<br>      if {[string match [lindex $ban 0] $tok]} {<br>        putlog "badchan:  match! $nick k/b'd from $chan because [lrange $ban 1 e]"<br>        putlog "args: $args, ban: $ban"<br>        if {[onchan $nick $chan]} {newchanban $chan [bmaskhost [getchanhost $nick $chan]] badchan "[lrange $ban 1 e]" 10}<br>        return 0<br>      }<br>    }<br>  }<br>  return 0<br>}<br><br>as far as i can see this is what's causing it.. if someone could tell me how to fix it i'd appreciate it alot : )<br><br>thanks<br>SnOoP<p>Statistics: Posted by Guest — Thu Dec 13, 2001 1:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
