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

	<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>2005-01-18T14:12:13-04:00</updated>

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

		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-18T14:12:13-04:00</updated>

		<published>2005-01-18T14:12:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45513#p45513</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45513#p45513"/>
		<title type="html"><![CDATA[help pub join chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45513#p45513"><![CDATA[
1: don't escape those chars.<br>2: "#" is not the only channel name prefix and there's no point using "\x23".<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Tue Jan 18, 2005 2:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2005-01-18T06:52:48-04:00</updated>

		<published>2005-01-18T06:52:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45504#p45504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45504#p45504"/>
		<title type="html"><![CDATA[help pub join chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45504#p45504"><![CDATA[
try this, it's just a simple join thingy might wana add stuff for key and so on..<br><div class="codebox"><p>Code: </p><pre><code>bind pub n !join channel_add_pubproc channel_add_pub {nick host hand chan arg} {  set arg [string map {\\ \\\\ \" \\\" \[ \\\[ \] \\\] \{ \\\{ \} \\\} \( \\\( \) \\\)} $arg]  if {[isChan [lindex $arg 0]] &amp;&amp; ![botonchan [lindex $arg 0]]} {    channel add $arg  }}proc isChan {arg} {  if {[string equal -length 1 \x23 $arg]} {    return 1  }  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Tue Jan 18, 2005 6:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-17T17:55:52-04:00</updated>

		<published>2005-01-17T17:55:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45491#p45491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45491#p45491"/>
		<title type="html"><![CDATA[help pub join chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45491#p45491"><![CDATA[
!join #{ and see what happens, then check what the <a href="http://www.tcl.tk/man/tcl8.5/TclCmd/proc.htm" class="postlink">proc manual</a> has to say about the argument name 'args'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Mon Jan 17, 2005 5:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avilon]]></name></author>
		<updated>2005-01-18T05:31:37-04:00</updated>

		<published>2005-01-16T13:03:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45443#p45443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45443#p45443"/>
		<title type="html"><![CDATA[help pub join chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45443#p45443"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pub n !join fooproc foo {n u h c a} {if {($a != "") &amp;&amp; (![validchan $a])} {channel add $a}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5191">avilon</a> — Sun Jan 16, 2005 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2005-01-16T09:22:13-04:00</updated>

		<published>2005-01-16T09:22:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45439#p45439</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45439#p45439"/>
		<title type="html"><![CDATA[help pub join chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45439#p45439"><![CDATA[
Next time please browse tough the <a href="http://www.egghelp.org/tcl.htm" class="postlink">TCL Archive</a> before posting. Thank you.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Jan 16, 2005 9:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Lph]]></name></author>
		<updated>2005-01-16T08:53:19-04:00</updated>

		<published>2005-01-16T08:53:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45438#p45438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45438#p45438"/>
		<title type="html"><![CDATA[help pub join chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45438#p45438"><![CDATA[
i want to cm in pub eg : !join #chan<br><br>my bot will join #chan <br><br>help me.Thank all for help<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5692">Lph</a> — Sun Jan 16, 2005 8:53 am</p><hr />
]]></content>
	</entry>
	</feed>
