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

	<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>2002-07-19T13:03:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-07-19T13:03:06-04:00</updated>

		<published>2002-07-19T13:03:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8999#p8999</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8999#p8999"/>
		<title type="html"><![CDATA[IRC commands after bot connects...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8999#p8999"><![CDATA[
Or just use the new fangled evnt bind and never worry about other scripts overwriting your init-server variable<br><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:my-initserverproc my-initserver {type} {  command1  command2  etc}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Fri Jul 19, 2002 1:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-19T05:23:12-04:00</updated>

		<published>2002-07-19T05:23:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8985#p8985</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8985#p8985"/>
		<title type="html"><![CDATA[IRC commands after bot connects...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8985#p8985"><![CDATA[
The init-server setting has a limited string size, thus, the more complex your script gets, the easier it will overload it.<br><br>You can do somthign like the following to fix that<br><div class="codebox"><p>Code: </p><pre><code>set init-server {my-init-server}proc my-init-server {} {  commands here  rather than in  the init-server setting}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Fri Jul 19, 2002 5:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ian-Highlander]]></name></author>
		<updated>2002-07-18T13:50:13-04:00</updated>

		<published>2002-07-18T13:50:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8965#p8965</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8965#p8965"/>
		<title type="html"><![CDATA[IRC commands after bot connects...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8965#p8965"><![CDATA[
Yes but not like that, use it in the following format:<br><div class="codebox"><p>Code: </p><pre><code>set init-server {putserv "MODE $botnick +i-ws"putserv "PRIVMSG AuthServ etc.."putserv "PRIVMSG ChanServ etc.."}</code></pre></div>HTH<br><br>Regards<br><br>Ian-Highlander<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=17">Ian-Highlander</a> — Thu Jul 18, 2002 1:50 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Squirre1]]></name></author>
		<updated>2002-07-18T12:18:26-04:00</updated>

		<published>2002-07-18T12:18:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8962#p8962</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8962#p8962"/>
		<title type="html"><![CDATA[IRC commands after bot connects...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8962#p8962"><![CDATA[
Can you use that multiple times...<br>for ex.<br><br>set init-server {putserv "MODE $botnick +i-ws"}<br>set init-server {putserv "PRIVMSG AuthServ etc.."}<br>set init-server {putserv "PRIVMSG ChanServ etc.."}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1603">Squirre1</a> — Thu Jul 18, 2002 12:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-07-18T11:27:51-04:00</updated>

		<published>2002-07-18T11:27:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8958#p8958</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8958#p8958"/>
		<title type="html"><![CDATA[IRC commands after bot connects...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8958#p8958"><![CDATA[
Follow the example as given in the config file.<br><br>Look for "set init-server"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jul 18, 2002 11:27 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Squirre1]]></name></author>
		<updated>2002-07-18T11:07:24-04:00</updated>

		<published>2002-07-18T11:07:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=8956#p8956</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=8956#p8956"/>
		<title type="html"><![CDATA[IRC commands after bot connects...]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=8956#p8956"><![CDATA[
I connect my bot to a server that has some hellish commands to authenticate and other BS.. Is there a script or just any other way I can force my bot to run PRIVMSGs after a successful connection to a server.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1603">Squirre1</a> — Thu Jul 18, 2002 11:07 am</p><hr />
]]></content>
	</entry>
	</feed>
