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

	<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>2003-02-08T08:18:44-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2003-02-08T08:18:44-04:00</updated>

		<published>2003-02-08T08:18:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16316#p16316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16316#p16316"/>
		<title type="html"><![CDATA[hmmm]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16316#p16316"><![CDATA[
i dunno if it works on dalnet, but on euircnet the password entered for the server connection (you remember? hostname:port:password !?) will be forwarded to nickserv, so you will be identified before you join any channel.<br>or simply rewrite a qneed.tcl or use a script for nick- and chanserv. i found one after i wrote my own on this page <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">. but i dunno if it has all features my script has <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br><br>here the binds:<br>bind need -|- "*" handle:need<br>bind notc f|- "This nickname is registered and protected" handle:nickneed<br>bind notc f|- "Password accepted - you are now recognized." handle:nickauthed<br>bind notc m|- "Permission denied." handle:permneed<br><br>cause chanserv and nickserv has user records on my bot i only have to check if handle == nickserv to be sure it was really nickserv who said the thind above. in case of switching nick on linked nicks chanserv tells perm denied until reinditified. the whole thing has some flood protection so the bot wont be killed cause of service flood <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy">.<br>and i added another funny thing: <div class="codebox"><p>Code: </p><pre><code>set init-server {  putquick "PRIVMSG nickserv :GHOST &lt;nick&gt; &lt;pass&gt;" -next  putserv "MODE $botnick +Bxic-ws"}</code></pre></div> this really makes sure the bots nick is free <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> (usefull because my bot is running on a 24h limited connection ^-^).<br><br>ah, stop me, im starting to take to much <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=2382">De Kus</a> — Sat Feb 08, 2003 8:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-02-07T22:22:30-04:00</updated>

		<published>2003-02-07T22:22:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16306#p16306</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16306#p16306"/>
		<title type="html"><![CDATA[auto op when my bot joins my channel on dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16306#p16306"><![CDATA[
do a search for "services" on both the forum and on the Tcl archive.<br><br>This has been answered many times, and at least once within the last month.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Feb 07, 2003 10:22 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-02-07T21:12:24-04:00</updated>

		<published>2003-02-07T21:12:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=16304#p16304</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=16304#p16304"/>
		<title type="html"><![CDATA[auto op when my bot joins my channel on dalnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=16304#p16304"><![CDATA[
i haw a tcl script it identify my bot wen it join dalnet server but i want a scrips dat sets auto op when it join my channel <br>a scrit dat can do /msg <a href="mailto:ChanServ@services.dal.net">ChanServ@services.dal.net</a> OP #channel nick so when it haw joind the ChanServ giws my bot op<p>Statistics: Posted by Guest — Fri Feb 07, 2003 9:12 pm</p><hr />
]]></content>
	</entry>
	</feed>
