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

	<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>2006-03-03T12:34:33-04:00</updated>

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

		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-03-03T12:34:33-04:00</updated>

		<published>2006-03-03T12:34:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60823#p60823</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60823#p60823"/>
		<title type="html"><![CDATA[ban bad channels with special chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60823#p60823"><![CDATA[
That wouldn't solve the problem.. But, nevermind, I fixed it <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br><a href="http://forum.egghelp.org/viewtopic.php?t=9370" class="postlink">http://forum.egghelp.org/viewtopic.php?t=9370</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Mar 03, 2006 12:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-03-03T12:07:57-04:00</updated>

		<published>2006-03-03T12:07:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60819#p60819</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60819#p60819"/>
		<title type="html"><![CDATA[ban bad channels with special chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60819#p60819"><![CDATA[
Why do you need a list in the first place?<br>You could just make an array.<br><br>like, badchan(&lt;channel joined&gt;,&lt;badchan&gt;) &lt;whatever&gt;<br><br>simply check the whole array ie,<br><div class="codebox"><p>Code: </p><pre><code>foreach thing [array names badchan "#channel,*"] {  if {[string equal -nocase "&lt;channel you got from whois&gt;" [lindex [split $thing ,] 1]]} { ban them  }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Mar 03, 2006 12:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-03-03T06:18:31-04:00</updated>

		<published>2006-03-03T06:18:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60807#p60807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60807#p60807"/>
		<title type="html"><![CDATA[ban bad channels with special chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60807#p60807"><![CDATA[
How do you get [ into a list to even work with?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Fri Mar 03, 2006 6:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2006-03-03T04:04:56-04:00</updated>

		<published>2006-03-03T04:04:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60802#p60802</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60802#p60802"/>
		<title type="html"><![CDATA[ban bad channels with special chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60802#p60802"><![CDATA[
Creating a badchan script that doesn't choke on brackets/braces isn't hard at all.<br><br>the hard part is finding a public one <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Fri Mar 03, 2006 4:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2006-03-02T21:56:57-04:00</updated>

		<published>2006-03-02T21:56:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60784#p60784</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60784#p60784"/>
		<title type="html"><![CDATA[ban bad channels with special chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60784#p60784"><![CDATA[
Try <a href="http://demond.net/xchannel.tcl" class="postlink">xchannel.tcl</a> by demond.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Mar 02, 2006 9:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2006-03-02T21:51:27-04:00</updated>

		<published>2006-03-02T21:51:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60783#p60783</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60783#p60783"/>
		<title type="html"><![CDATA[ban bad channels with special chars]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60783#p60783"><![CDATA[
Along the same lines as my previous note, is there *any* bad channel ban script that can handle brackets ({ and [ for example) and other special chars without choking? This is frustrating <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Mar 02, 2006 9:51 pm</p><hr />
]]></content>
	</entry>
	</feed>
