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

	<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>2007-11-18T05:23:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[panasonic]]></name></author>
		<updated>2007-11-18T05:22:08-04:00</updated>

		<published>2007-11-18T05:22:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78507#p78507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78507#p78507"/>
		<title type="html"><![CDATA[[SOLVED] Away once connected &amp; priv. msg user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78507#p78507"><![CDATA[
<blockquote class="uncited"><div>utimer 15 [ putserv "PRIVMSG BotMaster :Hello I'm ONLINE now" ]</div></blockquote>thanks DragnLord, that will do the trick <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=9311">panasonic</a> — Sun Nov 18, 2007 5:22 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-11-18T04:06:09-04:00</updated>

		<published>2007-11-18T04:06:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78506#p78506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78506#p78506"/>
		<title type="html"><![CDATA[[SOLVED] Away once connected &amp; priv. msg user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78506#p78506"><![CDATA[
utimer 15 [ putserv "PRIVMSG BotMaster :Hello I'm ONLINE now" ]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun Nov 18, 2007 4:06 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[panasonic]]></name></author>
		<updated>2007-11-18T03:35:42-04:00</updated>

		<published>2007-11-18T03:35:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78505#p78505</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78505#p78505"/>
		<title type="html"><![CDATA[[SOLVED] Away once connected &amp; priv. msg user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78505#p78505"><![CDATA[
<blockquote class="uncited"><div><div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"  putserv "AWAY out to lunch"  putserv "PRIVMSG MyNick $botnick online"}</code></pre></div></div></blockquote>ok.. here is mine:<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  utimer 10 [ putquick "MODE $botnick +iR-ws" ]  utimer 15 [ putserv "PRIVMSG BotMaster Hello I'm ONLINE now" ]}</code></pre></div>and then after 15 sec, BotMaster only received private message from the bot saying "Hello" only, not as full as "Hello I'm ONLINE now"<br><br>how do i recorrect this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9311">panasonic</a> — Sun Nov 18, 2007 3:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2007-11-18T04:06:56-04:00</updated>

		<published>2007-11-18T02:05:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78504#p78504</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78504#p78504"/>
		<title type="html"><![CDATA[[SOLVED] Away once connected &amp; priv. msg user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78504#p78504"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server evnt:init_serverproc evnt:init_server {type} {  global botnick  putquick "MODE $botnick +i-ws"  putserv "AWAY out to lunch"  putserv "PRIVMSG MyNick :$botnick online"}</code></pre></div>[Edited to add colon in privmsg]<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Sun Nov 18, 2007 2:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2007-11-17T12:27:59-04:00</updated>

		<published>2007-11-17T12:27:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78480#p78480</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78480#p78480"/>
		<title type="html"><![CDATA[[SOLVED] Away once connected &amp; priv. msg user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78480#p78480"><![CDATA[
From the dist. configfile:<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>use puthelp/putserv/putquick to send additional commands to the server, such as "PRIVMSG" and "AWAY"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sat Nov 17, 2007 12:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[panasonic]]></name></author>
		<updated>2007-11-18T05:23:17-04:00</updated>

		<published>2007-11-17T12:19:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=78479#p78479</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=78479#p78479"/>
		<title type="html"><![CDATA[[SOLVED] Away once connected &amp; priv. msg user]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=78479#p78479"><![CDATA[
Hi!<br><br>do i need to create a script to make the bot have away message immediately after it's connected to the server, and how do i make the bot to private message a user once it is connected?<br><br>thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9311">panasonic</a> — Sat Nov 17, 2007 12:19 pm</p><hr />
]]></content>
	</entry>
	</feed>
