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

	<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>2010-03-29T13:32:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-03-29T13:32:31-04:00</updated>

		<published>2010-03-29T13:32:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92634#p92634</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92634#p92634"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92634#p92634"><![CDATA[
JiiPee, I belive this was covered a few posts back (and quite a few years back). Further, "putquick" is the tcl command, the rest is sent to the remote irc server. Hence, "join" is an irc command. As for "eggdrop command", I'm not sure what you are referring to...<br><br>That said, Welcome to the egghelp.org forum.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Mon Mar 29, 2010 1:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[JiiPee]]></name></author>
		<updated>2010-03-29T13:04:21-04:00</updated>

		<published>2010-03-29T13:04:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92633#p92633</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92633#p92633"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92633#p92633"><![CDATA[
<blockquote class="uncited"><div>use <em class="text-italics">.+chan</em> command and then set <em class="text-italics">need-key</em> setting to:<div class="codebox"><p>Code: </p><pre><code>.chanset #blah need-key join #blah thekey</code></pre></div>naturally, if the key changes, you'll need either to do <em class="text-italics">.chanset</em> again, have someone invite the bot, or better yet, have another bot on channel and run botnetop.tcl on all bots (for automatic key exchange when needed)</div></blockquote>Correction to this, right command would be:<br><br><strong class="text-strong">.chanset #foo need-key putquick "join #foo bar"</strong><br><br>"join" is tcl command, not eggdrop command to join channel, that why it's not working.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8427">JiiPee</a> — Mon Mar 29, 2010 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2007-02-22T16:32:52-04:00</updated>

		<published>2007-02-22T16:32:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70638#p70638</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70638#p70638"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70638#p70638"><![CDATA[
I guess that's what demond initially meant in hist post. "join #channel key" is a TCL code and does not mean that the bot will join #channel. So of course, you have to use <strong class="text-strong">putserv "join #channel key"</strong> as incith said. (I wonder how we didn't notice this initially)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Feb 22, 2007 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[incith]]></name></author>
		<updated>2007-02-22T16:18:56-04:00</updated>

		<published>2007-02-22T16:18:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=70637#p70637</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=70637#p70637"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=70637#p70637"><![CDATA[
Since I just had trouble doing this, I'll post what worked for me, and what didn't.<br><br>What didn't was everything before this post, setting need-key to <em class="text-italics">join #chan password</em> does not work (at least for me).<br><br>What I did do was modify it to look like every other need- setting I already have.<br><div class="codebox"><p>Code: </p><pre><code>.chanset #channel need-key putserv "JOIN #channel password"</code></pre></div> and the bot instantly joined the channel in question.<br><br>My other FreeNode-based settings are as follows (your bot has to be channel admin/etc):<div class="codebox"><p>Code: </p><pre><code>.chanset #channel need-op putserv "CS OP #channel".chanset #channel need-invite putserv "CS INVITE #channel".chanset #channel need-unban putserv "CS UNBAN #channel"</code></pre></div>These are for FreeNode, CS is a server command for sending commands to ChanServ without using /msg, there is also NS for NickServ, etc.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6130">incith</a> — Thu Feb 22, 2007 4:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2006-04-06T01:56:34-04:00</updated>

		<published>2006-04-06T01:56:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61684#p61684</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61684#p61684"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61684#p61684"><![CDATA[
<blockquote class="uncited"><div>great welcome to the n00b ... thanks.. i'll read up</div></blockquote> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> your welcome<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Thu Apr 06, 2006 1:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eltech]]></name></author>
		<updated>2006-04-04T14:44:19-04:00</updated>

		<published>2006-04-04T14:44:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61651#p61651</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61651#p61651"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61651#p61651"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>once thats changed... whats next?<br><br>make it +k?<br><br>a little more help would be appreciated..</div></blockquote>A little more active participation on your part might be wise, such as reading all the useful links found on the <a href="http://www.egghelp.org/" class="postlink">homepage</a>, or by using the search function.  Your question has already been answered numberous times, including in the <a href="http://www.egghelp.org/faq.htm#034" class="postlink">FAQ</a>.</div></blockquote>great welcome to the n00b ... thanks.. i'll read up<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7572">eltech</a> — Tue Apr 04, 2006 2:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2006-04-04T14:32:33-04:00</updated>

		<published>2006-04-04T14:32:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61650#p61650</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61650#p61650"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61650#p61650"><![CDATA[
<blockquote class="uncited"><div>once thats changed... whats next?<br><br>make it +k?<br><br>a little more help would be appreciated..</div></blockquote>A little more active participation on your part might be wise, such as reading all the useful links found on the <a href="http://www.egghelp.org/" class="postlink">homepage</a>, or by using the search function.  Your question has already been answered numberous times, including in the <a href="http://www.egghelp.org/faq.htm#034" class="postlink">FAQ</a>.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Tue Apr 04, 2006 2:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eltech]]></name></author>
		<updated>2006-04-04T14:14:04-04:00</updated>

		<published>2006-04-04T14:14:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61648#p61648</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61648#p61648"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61648#p61648"><![CDATA[
<blockquote class="uncited"><div><blockquote class="uncited"><div>set global-chanmode "nt"</div></blockquote>Change this line in your eggdrop.conf to whatever you want.</div></blockquote>bits and pieces..<br><br>once thats changed... whats next?<br><br>make it +k?<br><br>a little more help would be appreciated..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7572">eltech</a> — Tue Apr 04, 2006 2:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-04-04T13:42:12-04:00</updated>

		<published>2006-04-04T13:42:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61647#p61647</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61647#p61647"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61647#p61647"><![CDATA[
<blockquote class="uncited"><div>set global-chanmode "nt"</div></blockquote>Change this line in your eggdrop.conf to whatever you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Apr 04, 2006 1:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[eltech]]></name></author>
		<updated>2006-04-04T12:23:24-04:00</updated>

		<published>2006-04-04T12:23:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=61646#p61646</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=61646#p61646"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=61646#p61646"><![CDATA[
<blockquote class="uncited"><div>.chanset #mychannel chanmode +tnk-i key<br><br><br>that one worked. Problem solved <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"></div></blockquote>yep, that works! <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I would prefer to set this in the config file.. is it possible?<br><br>Thanks..<br><br>eltech<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7572">eltech</a> — Tue Apr 04, 2006 12:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Trograin]]></name></author>
		<updated>2006-01-31T12:20:21-04:00</updated>

		<published>2006-01-31T12:20:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59967#p59967</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59967#p59967"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59967#p59967"><![CDATA[
.chanset #mychannel chanmode +tnk-i key<br><br><br>that one worked. Problem solved <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7313">Trograin</a> — Tue Jan 31, 2006 12:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Trograin]]></name></author>
		<updated>2006-01-31T11:42:43-04:00</updated>

		<published>2006-01-31T11:42:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=59966#p59966</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=59966#p59966"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=59966#p59966"><![CDATA[
<blockquote class="uncited"><div>use <em class="text-italics">.+chan</em> command and then set <em class="text-italics">need-key</em> setting to:<div class="codebox"><p>Code: </p><pre><code>.chanset #blah need-key join #blah thekey</code></pre></div>naturally, if the key changes, you'll need either to do <em class="text-italics">.chanset</em> again, have someone invite the bot, or better yet, have another bot on channel and run botnetop.tcl on all bots (for automatic key exchange when needed)</div></blockquote><br>Okey, Now I have been having enough of problems with that need-key command. I am trying to get the bot to join a Private channel with a password<br>in the dcc chatt with the bot I frist do like this: .+chan #channelname (Where channelname i ofcourse the name of the channel)<br><br>THEN I do like this: .chanset #blah need-key join #blah thekey <br><br>Then I do a .chansave just in case. and then I do a .restart. <br><br>the channel is using +stnk sooo, what the hell si wrong. I dont get any errors from the bot when i do the restart and it dosent have ANY problems at all to jion other chanels that are totally public. but with the need-key aprt I just get stuck. Have been trying so amny approaches that I cant figure it out anymore <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>AAnyone here taht can help me please <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7313">Trograin</a> — Tue Jan 31, 2006 11:42 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-11-10T05:12:32-04:00</updated>

		<published>2005-11-10T05:12:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57270#p57270</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57270#p57270"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57270#p57270"><![CDATA[
<blockquote class="uncited"><div>Sir_Fz, that's not necessary if the channel has already been added, at least on hybrid, and I suspect on other major ircds too (bahamut is hybrid clone anyway)<br><br>in ircd, there is a boolean function can_join(), and it always returns true when the client has been invited, regardless of the reason it couldn't join: +i, +k, +l or banned; therefore, the bot will automatically (be able to) join upon invitation</div></blockquote>I assumed that the channel is not added to the bot, otherwise ofcourse the bot will automatically join on invite if the channel is valid.<blockquote class="uncited"><div>should i just add that code to invite.tcl and add it to my egg conf and scripts dir?</div></blockquote>Well that's how we load scripts right?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Nov 10, 2005 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[anixion]]></name></author>
		<updated>2005-11-10T01:43:24-04:00</updated>

		<published>2005-11-10T01:43:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57266#p57266</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57266#p57266"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57266#p57266"><![CDATA[
should i just add that code to invite.tcl and add it to my egg conf and scripts dir?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6939">anixion</a> — Thu Nov 10, 2005 1:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-11-09T23:22:43-04:00</updated>

		<published>2005-11-09T23:22:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57257#p57257</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57257#p57257"/>
		<title type="html"><![CDATA[Eggdrop to join a channel with a key?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57257#p57257"><![CDATA[
Sir_Fz, that's not necessary if the channel has already been added, at least on hybrid, and I suspect on other major ircds too (bahamut is hybrid clone anyway)<br><br>in ircd, there is a boolean function can_join(), and it always returns true when the client has been invited, regardless of the reason it couldn't join: +i, +k, +l or banned; therefore, the bot will automatically (be able to) join upon invitation<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Wed Nov 09, 2005 11:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
