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

	<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-10-29T18:07:31-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-29T18:07:31-04:00</updated>

		<published>2003-10-29T18:07:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29165#p29165</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29165#p29165"/>
		<title type="html"><![CDATA[Hey all, couple authserv &amp; command questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29165#p29165"><![CDATA[
Ha!  Found it.  I hadn't set the mask for the account I was using since I made it from my computer but eggdrop is running on another IP.  Sweet, it works <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed Oct 29, 2003 6:07 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-29T17:34:16-04:00</updated>

		<published>2003-10-29T17:34:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29160#p29160</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29160#p29160"/>
		<title type="html"><![CDATA[Hey all, couple authserv &amp; command questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29160#p29160"><![CDATA[
Here's the exact coding I'm using now for 1.6:<br><br>proc evnt:init_server {type} {<br>   global botnick<br>   putquick "MODE $botnick +i-ws"<br>   putquick "PRIVMSG <a href="mailto:AuthServ@Services.GamesNET.Net">AuthServ@Services.GamesNET.Net</a> :auth &lt;account&gt; &lt;password&gt;"<br>}<br><br>The &lt;account&gt; &lt;password&gt; is obviously replaced with an extra account I had created for the bot.  This is what doesn't seem to work.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by Guest — Wed Oct 29, 2003 5:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-10-29T17:20:19-04:00</updated>

		<published>2003-10-29T17:20:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29159#p29159</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29159#p29159"/>
		<title type="html"><![CDATA[Hey all, couple authserv &amp; command questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29159#p29159"><![CDATA[
if you're using eggdrop 1.6.15 , then set init-server won't work. There's a proc for init-server in which you should add your line.<br><br>I'm sure you can find lots of script for auth other than the one you're using, or you can configure an other-service script to suite your server's services.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Oct 29, 2003 5:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-10-29T13:06:03-04:00</updated>

		<published>2003-10-29T13:06:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=29150#p29150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=29150#p29150"/>
		<title type="html"><![CDATA[Hey all, couple authserv &amp; command questions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=29150#p29150"><![CDATA[
I've used the search feature and checked google for a couple of days but I can't seem to figure this out.  I have an extra account setup on authserv for my bot on gamesnet.  For some reason, I just can't get the bot to auth.  I've tried both this:<br><br>set init-server { <br>putserv "MODE $botnick +i-ws" <br>putserv "PRIVMSG <a href="mailto:AuthServ@Services.GamesNET.Net">AuthServ@Services.GamesNET.Net</a> :auth &lt;handle&gt; &lt;password&gt;" <br>} <br><br>and a couple of scripts from the tcl archive.  I was wondering, could it be because the cookie was originally from a different host then the one the bot is running on now?  Is there a way I can re-register from the shell / IP that the bot is using?  I tried the register-authserv script from the tcl archive and that didn't seem to be working (bug in the script, something about variables).  Can I issue standard mIRC commands from the telnet bot and just manually instruct the bot to register?  I will have to try to register from the init-server in the conf file, anyone know the command for that?  (Sorry, there are like 40 questions here in one).<br><br>Also, on a less important note, does anyone know the tcl script or the script that people use that has a trivia which starts with !trivia and ends with !strivia?  That's my favorite one from IRC that I've seen but I cannot find it anywhere online to use/download.<br><br>Thanks in advance to any help. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Wed Oct 29, 2003 1:06 pm</p><hr />
]]></content>
	</entry>
	</feed>
