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

	<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>2008-02-18T03:47:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ripz]]></name></author>
		<updated>2008-02-18T03:47:31-04:00</updated>

		<published>2008-02-18T03:47:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80934#p80934</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80934#p80934"/>
		<title type="html"><![CDATA[How to make a bot join a chan with key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80934#p80934"><![CDATA[
Thanks guys <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=9718">ripz</a> — Mon Feb 18, 2008 3:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[starpossen]]></name></author>
		<updated>2008-02-17T21:25:58-04:00</updated>

		<published>2008-02-17T21:25:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80928#p80928</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80928#p80928"/>
		<title type="html"><![CDATA[How to make a bot join a chan with key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80928#p80928"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>.chanset #channel need-key putserv "JOIN #channel password"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7219">starpossen</a> — Sun Feb 17, 2008 9:25 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Zircon]]></name></author>
		<updated>2008-02-17T14:58:52-04:00</updated>

		<published>2008-02-17T14:58:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80924#p80924</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80924#p80924"/>
		<title type="html"><![CDATA[How to make a bot join a chan with key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80924#p80924"><![CDATA[
Hi there<br><br>    If you already know the key, just type in the partyline :<div class="codebox"><p>Code: </p><pre><code>.chanset #channel chanmode +k key</code></pre></div> So the bot will join the channel with that key eachtime it s on IRC.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8115">Zircon</a> — Sun Feb 17, 2008 2:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2008-02-17T14:15:16-04:00</updated>

		<published>2008-02-17T14:15:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80920#p80920</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80920#p80920"/>
		<title type="html"><![CDATA[How to make a bot join a chan with key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80920#p80920"><![CDATA[
Check your eggdrop.conf configurations. A quick solution is to add your handle to the <strong class="text-strong">owners</strong> variable in you eggdrop.conf.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Feb 17, 2008 2:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ripz]]></name></author>
		<updated>2008-02-17T13:07:46-04:00</updated>

		<published>2008-02-17T13:07:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=80918#p80918</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=80918#p80918"/>
		<title type="html"><![CDATA[How to make a bot join a chan with key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=80918#p80918"><![CDATA[
Hey, was reading around the forum.. Found some commands i could use to make the bot join a chan with +k.<br><br>But it doesnt work..<br><div class="codebox"><p>Code: </p><pre><code>.+chan #mychannel</code></pre></div>then <br><div class="codebox"><p>Code: </p><pre><code>.chanset #mychannel need-key join #mychannel mykey</code></pre></div>Then i get: <br><strong class="text-strong">Due to security concerns, only permanent owners can set these modes</strong>.<br><br>And i am the owner of the bot..<br><br>Anyone know what the problem can be?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9718">ripz</a> — Sun Feb 17, 2008 1:07 pm</p><hr />
]]></content>
	</entry>
	</feed>
