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

	<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>2004-08-31T14:49:21-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-31T14:49:21-04:00</updated>

		<published>2004-08-31T14:49:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40470#p40470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40470#p40470"/>
		<title type="html"><![CDATA[How to Make Eggdrop Bot Join Passworded Channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40470#p40470"><![CDATA[
Thanks for the help guys.<p>Statistics: Posted by Guest — Tue Aug 31, 2004 2:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mopar]]></name></author>
		<updated>2004-08-31T14:11:19-04:00</updated>

		<published>2004-08-31T14:11:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40467#p40467</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40467#p40467"/>
		<title type="html"><![CDATA[How to Make Eggdrop Bot Join Passworded Channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40467#p40467"><![CDATA[
or you could read FAQ<br><br><a href="http://www.egghelp.org/faq.htm#034" class="postlink">http://www.egghelp.org/faq.htm#034</a><br><br>/mopar<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2103">mopar</a> — Tue Aug 31, 2004 2:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-08-31T08:37:03-04:00</updated>

		<published>2004-08-31T08:37:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40457#p40457</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40457#p40457"/>
		<title type="html"><![CDATA[How to Make Eggdrop Bot Join Passworded Channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40457#p40457"><![CDATA[
I suggest use a tcl if the original .+chan method doesn't work.<br>Maybe this will work: (not sure!)<br><div class="codebox"><p>Code: </p><pre><code>.+chan #channel &lt;password&gt;</code></pre></div><br>Otherwise you can always use a tcl script. Something like this should be appropriate:<br><div class="codebox"><p>Code: </p><pre><code>Usage: /msg botnick !join &lt;#channel&gt; &lt;password&gt;#Use this in query/msg with the bot not on a channel.</code></pre></div><div class="codebox"><p>Code: </p><pre><code>bind msg n !join join:channelproc join:channel {nick uhost hand chan text} { channel add [string tolower [lindex $text 0]] putquick "JOIN [string tolower [lindex $text 0]] [lindex $text 1]" -next return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Tue Aug 31, 2004 8:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-31T01:38:22-04:00</updated>

		<published>2004-08-31T01:38:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40437#p40437</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40437#p40437"/>
		<title type="html"><![CDATA[How to Make Eggdrop Bot Join Passworded Channels]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40437#p40437"><![CDATA[
Hey, I am very new to eggdrop and tcl scripting and I recently setup a eggdrop bot and am clueless on how to make the bot join a channel with a password on it.<br><br>With mIRC you join like this: /join #channel PASSWORD<br><br>Network Bot is on: irc.GameSurge.net:6667<p>Statistics: Posted by Guest — Tue Aug 31, 2004 1:38 am</p><hr />
]]></content>
	</entry>
	</feed>
