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

	<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-09-26T08:08:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2004-09-26T08:08:38-04:00</updated>

		<published>2004-09-26T08:08:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41244#p41244</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41244#p41244"/>
		<title type="html"><![CDATA[New to EggDrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41244#p41244"><![CDATA[
I think you have already been helped with the authorizing by now.<br>For the other 'update' thing you mentioned have a look at this previous thread.<br><br><a href="http://forum.egghelp.org/viewtopic.php?t=8268" class="postlink">http://forum.egghelp.org/viewtopic.php?t=8268</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sun Sep 26, 2004 8:08 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2004-09-26T03:01:35-04:00</updated>

		<published>2004-09-26T03:01:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41231#p41231</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41231#p41231"/>
		<title type="html"><![CDATA[Re:New to EggDrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41231#p41231"><![CDATA[
You'll find the following bind in eggdrop.conf.<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> <br>Add this before the closing end brace:<div class="codebox"><p>Code: </p><pre><code>putserv "PRIVMSG NickServ :identify $botnick &lt;password&gt;"</code></pre></div> <br>The above format is for DALnet's NickServ where the nick is optional and not used on most other networks. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Sun Sep 26, 2004 3:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[YooHoo]]></name></author>
		<updated>2004-09-25T23:15:29-04:00</updated>

		<published>2004-09-25T23:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41226#p41226</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41226#p41226"/>
		<title type="html"><![CDATA[New to EggDrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41226#p41226"><![CDATA[
For a new eggdrop owner, the finest resource you could possibly find is located <em class="text-italics">within every eggdrop's ~/doc directory</em>... detailed text files on darn near every aspect of  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> eggdropology.<br>As with most postings from eggdrop n00bies, this one also could have been solved simply by reading the links provided on the <a href="http://egghelp.org" class="postlink">homepage</a>, such as <a href="http://www.egghelp.org/setup.htm" class="postlink">Setting Up Your Eggdrop</a>, <a href="http://www.egghelp.org/using.htm" class="postlink">Using Your Eggdrop</a>, and <a href="http://www.egghelp.org/enhance.htm" class="postlink">Enhancing Your Eggdrop</a>.  Chew on some of that to get you started.  One point to make about "auth"ing to your nickserv.  Use the <strong class="text-strong">init-server</strong> setting to set your bot's initial contact and modes....  For example:<div class="codebox"><p>Code: </p><pre><code>set init-server {  putserv "MODE $mybotnick +i-swx  putserv "PRIVMSG NickServ : identify $mypassword $mybotnick"}</code></pre></div>  Hope this helps  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2706">YooHoo</a> — Sat Sep 25, 2004 11:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-25T16:59:05-04:00</updated>

		<published>2004-09-25T16:59:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41222#p41222</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41222#p41222"/>
		<title type="html"><![CDATA[New to EggDrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41222#p41222"><![CDATA[
I've got the auth thing figured out.<br><br>I'm now writing a script for checking my website for updates.<br><br>Help is needed. Reply please!<p>Statistics: Posted by Guest — Sat Sep 25, 2004 4:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-25T16:36:56-04:00</updated>

		<published>2004-09-25T16:36:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=41220#p41220</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=41220#p41220"/>
		<title type="html"><![CDATA[New to EggDrop]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=41220#p41220"><![CDATA[
Hey guys,<br><br>I'm new to the eggdrop world. I've always used mIRC and mIRC scripts for my bot needs but got sick of running the bot on my home computers so I moved it to my dedicated server which runs linux so I decided to try out the eggdrop bot everyone tells me so much about.<br><br>Alright first set of questions.<br><br>How to do I get my bot to auth on gamesurge?<br>I figured out how to install and setup scripts but how do I make auto repliers like for @updates so it would check my site for updates and such.<br><br>I dunno, I'm sure I'm going to have a ton of questions but I'll start with just getting it authed on gamesurge.<br><br>Thank you<br><br>Stium<p>Statistics: Posted by Guest — Sat Sep 25, 2004 4:36 pm</p><hr />
]]></content>
	</entry>
	</feed>
