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

	<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-08T09:43:15-04:00</updated>

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

		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2005-01-08T09:43:15-04:00</updated>

		<published>2005-01-08T09:43:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45193#p45193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45193#p45193"/>
		<title type="html"><![CDATA[i'd like need-key to work witn my chanserv script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45193#p45193"><![CDATA[
<a href="http://www.egghelp.org/faq.htm#034" class="postlink">FAQ #34</a> covers this best, doesn't it?<blockquote class="uncited"><div>The simplest way to do this is to set the channel's key in the enforced modes by using the chanset command, e.g. .chanset #channel chanmode +nstk &lt;key&gt;</div></blockquote> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Jan 08, 2005 9:43 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CosmicD]]></name></author>
		<updated>2005-01-08T07:25:21-04:00</updated>

		<published>2005-01-08T07:25:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45190#p45190</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45190#p45190"/>
		<title type="html"><![CDATA[i'd like need-key to work witn my chanserv script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45190#p45190"><![CDATA[
aha, <br><br>so the invite is enough to let the bot back in ? the key routine isn't really needed ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5772">CosmicD</a> — Sat Jan 08, 2005 7:25 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[metroid]]></name></author>
		<updated>2005-01-08T03:27:15-04:00</updated>

		<published>2005-01-08T03:27:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45189#p45189</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45189#p45189"/>
		<title type="html"><![CDATA[i'd like need-key to work witn my chanserv script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45189#p45189"><![CDATA[
Why don't you just ask for an invite from K?<br>getkey will make K give you the key i assume but that won't let you join. You'd have to make another bind for that to read the key<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5078">metroid</a> — Sat Jan 08, 2005 3:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2005-01-07T22:13:21-04:00</updated>

		<published>2005-01-07T22:13:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45181#p45181</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45181#p45181"/>
		<title type="html"><![CDATA[K who?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45181#p45181"><![CDATA[
what happens when you /msg K getkey #chan?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Fri Jan 07, 2005 10:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CosmicD]]></name></author>
		<updated>2005-01-07T18:50:03-04:00</updated>

		<published>2005-01-07T18:50:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=45179#p45179</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=45179#p45179"/>
		<title type="html"><![CDATA[i'd like need-key to work witn my chanserv script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=45179#p45179"><![CDATA[
...so far I have,<br><div class="codebox"><p>Code: </p><pre><code>set regnick "botnickwithchanserv"set password "botpasswithchanserv"set init-server {putserv "PRIVMSG K :LOGIN $regnick $password"}#---- keep ops section ------bind mode - "* -o" check:modeproc check:mode {n ho ha ch mc who} {   if {[string equal -nocase $::botnick $who]} { putserv "PRIVMSG K :op $ch" }}bind need - "% op" fooproc foo {c t} {putserv "privmsg K :op $c"}bind need - "% invite" blahproc blah {c t} {putserv "privmsg K :invite $c"}bind need - "% key" pomproc pom {c t} {putserv "privmsg K :getkey $c"}</code></pre></div>I guess the last one isn't correct, because isn't there any need for an extra routine that tells the bot that the gotten key is actually that what it is , ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5772">CosmicD</a> — Fri Jan 07, 2005 6:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
