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

	<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>2003-04-10T08:17:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-10T08:17:34-04:00</updated>

		<published>2003-04-10T08:17:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18857#p18857</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18857#p18857"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18857#p18857"><![CDATA[
thnx, it works<p>Statistics: Posted by Guest — Thu Apr 10, 2003 8:17 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-04-10T05:07:24-04:00</updated>

		<published>2003-04-10T05:07:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18832#p18832</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18832#p18832"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18832#p18832"><![CDATA[
#\[fred] will do fine.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Apr 10, 2003 5:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-04-10T05:25:26-04:00</updated>

		<published>2003-04-10T05:07:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18831#p18831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18831#p18831"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18831#p18831"><![CDATA[
No, you only need the first \.<br><br>Tcl will see no reason to parse the ] as part of a command, unless one has been opened.<br><br>It is a complicated subject, where brackets and quotes change the way you have to use the \.<br><br>For simple purposes though, allways use #\[fred\], as it will prevent you getting into trouble later.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Apr 10, 2003 5:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-10T05:02:50-04:00</updated>

		<published>2003-04-10T05:02:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18829#p18829</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18829#p18829"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18829#p18829"><![CDATA[
#\[fred\] must do<p>Statistics: Posted by Guest — Thu Apr 10, 2003 5:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fluxism]]></name></author>
		<updated>2003-04-09T20:58:21-04:00</updated>

		<published>2003-04-09T20:58:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18816#p18816</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18816#p18816"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18816#p18816"><![CDATA[
Hi,<br><br>Yes u can add chans with [ ].<br><br>If the channel is called #[fred]<br><br>Then you need to make entries in the conf file and any tcl scripts like so;<br><br>#\[fred]<br><br><br>The \ makes the code ignore the [ as a command.<br><br><br>Flux.<br><br>edit; maybe you would have to put #\[fred\] I didnt really need my bots to join a channel with [ ] for any length of time, but #\[fred] will get it online, maybe #\[fred\] would stop errors being generated? A TCL guru will put me right on this....<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1693">Fluxism</a> — Wed Apr 09, 2003 8:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-09T19:33:48-04:00</updated>

		<published>2003-04-09T19:33:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18814#p18814</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18814#p18814"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18814#p18814"><![CDATA[
on quakenet its allowed:/<p>Statistics: Posted by Guest — Wed Apr 09, 2003 7:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Weirdo]]></name></author>
		<updated>2003-04-09T19:18:11-04:00</updated>

		<published>2003-04-09T19:18:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18813#p18813</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18813#p18813"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18813#p18813"><![CDATA[
I thought there was a bug with most bots and heck most servers, that channels with [] in them wouldnt be allowed. <br><br>Certainly not allowed on Aniverse<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1195">Weirdo</a> — Wed Apr 09, 2003 7:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-04-09T19:07:46-04:00</updated>

		<published>2003-04-09T19:07:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=18812#p18812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=18812#p18812"/>
		<title type="html"><![CDATA[channels with [ ]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=18812#p18812"><![CDATA[
I have problems with a tcl script. When i try to add a channel with [ ] in it, it gives errors, is there something to solve it?<br><br>greeetz<p>Statistics: Posted by Guest — Wed Apr 09, 2003 7:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
