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

	<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>2004-08-03T19:05:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-03T19:05:10-04:00</updated>

		<published>2004-08-03T19:05:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39432#p39432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39432#p39432"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39432#p39432"><![CDATA[
I suggest you update to the latest version eggdrop.<br><br>***<strong class="text-strong">Edited</strong>***<br>Try putting this code after the server module is loaded in your existing configuration file.<div class="codebox"><p>Code: </p><pre><code># This is a Tcl script to be run immediately after connecting to a server.bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"  putquick "PRIVMSG authserv@services.gamesnet.net :identify username pass"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Aug 03, 2004 7:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-03T12:41:39-04:00</updated>

		<published>2004-08-03T12:41:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39420#p39420</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39420#p39420"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39420#p39420"><![CDATA[
oof, my version is old ;p<p>Statistics: Posted by Guest — Tue Aug 03, 2004 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-08-03T05:55:06-04:00</updated>

		<published>2004-08-03T05:55:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39413#p39413</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39413#p39413"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39413#p39413"><![CDATA[
I suggest you <a href="http://www.eggheads.org/downloads/" class="postlink">download</a> the latest eggdrop tarball and very carefully read/edit eggdrop.conf. Since 1999, the contents/options available have changed a lot.<br><br>I check my bot configuration file against all new releases to ensure it's up to date.<br><br>Read the step by step guide for <a href="http://www.egghelp.org/setup.htm" class="postlink">Setting up an Eggdrop</a> also.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Aug 03, 2004 5:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-08-02T22:18:32-04:00</updated>

		<published>2004-08-02T22:18:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=39401#p39401</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=39401#p39401"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=39401#p39401"><![CDATA[
I just don't understand where you put this... my config file looks a little different.  i did it 5 years ago heh.<br><div class="codebox"><p>Code: </p><pre><code>set init-server {  putserv "MODE $botnick +i-ws"  putserv "PRIVMSG authserv@services.gamesnet.net :identify username pass"}</code></pre></div>all I added was the line with PRIVMSG in it, but it's not working.  should I just take out all of that and put in what you said?<p>Statistics: Posted by Guest — Mon Aug 02, 2004 10:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-07-12T17:27:10-04:00</updated>

		<published>2004-07-12T17:27:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38494#p38494</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38494#p38494"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38494#p38494"><![CDATA[
You can find it in config file and in many other doc files in eggdrop package.<br><div class="codebox"><p>Code: </p><pre><code># This is a Tcl script to be run immediately after connecting to a server.bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Mon Jul 12, 2004 5:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CtrlAltDel]]></name></author>
		<updated>2004-07-12T11:56:51-04:00</updated>

		<published>2004-07-12T11:56:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38487#p38487</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38487#p38487"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38487#p38487"><![CDATA[
<blockquote class="uncited"><div>Search forum for <strong class="text-strong">init-server</strong>. Don't be lazy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"></div></blockquote>That's easy to say if you know that init-server is what you're looking for .. not everyone does.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5006">CtrlAltDel</a> — Mon Jul 12, 2004 11:56 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[KrzychuG]]></name></author>
		<updated>2004-07-11T20:05:10-04:00</updated>

		<published>2004-07-11T20:05:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38450#p38450</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38450#p38450"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38450#p38450"><![CDATA[
Search forum for <strong class="text-strong">init-server</strong>. Don't be lazy <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3672">KrzychuG</a> — Sun Jul 11, 2004 8:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-07-11T19:52:08-04:00</updated>

		<published>2004-07-11T19:52:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=38447#p38447</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=38447#p38447"/>
		<title type="html"><![CDATA[Authorizing a bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=38447#p38447"><![CDATA[
Can anyone tell me how to authorize an eggdrop automatically when it joins a channel on Starlin-irc. The use CStar as thier chanserv<p>Statistics: Posted by Guest — Sun Jul 11, 2004 7:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
