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

	<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-08-04T08:47:52-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-04T08:47:52-04:00</updated>

		<published>2003-08-04T08:47:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24370#p24370</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24370#p24370"/>
		<title type="html"><![CDATA[delayed join + msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24370#p24370"><![CDATA[
A lil note. add a <em class="text-italics">-next</em> to make it be *processed* first.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Mon Aug 04, 2003 8:47 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tonyrayo]]></name></author>
		<updated>2003-08-04T01:37:09-04:00</updated>

		<published>2003-08-04T01:37:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24359#p24359</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24359#p24359"/>
		<title type="html"><![CDATA[delayed join + msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24359#p24359"><![CDATA[
*glares blankly into the screen* thx! i will try and figure out how to put this knowledge into a script  <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=3591">tonyrayo</a> — Mon Aug 04, 2003 1:37 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[BarkerJr]]></name></author>
		<updated>2003-08-03T22:47:49-04:00</updated>

		<published>2003-08-03T22:47:49-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24356#p24356</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24356#p24356"/>
		<title type="html"><![CDATA[delayed join + msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24356#p24356"><![CDATA[
use <em class="text-italics">putquick</em> to have it do the command before joining channels, <em class="text-italics">putserv</em> to do the command afterwards.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2933">BarkerJr</a> — Sun Aug 03, 2003 10:47 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-08-03T19:03:29-04:00</updated>

		<published>2003-08-03T19:03:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24343#p24343</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24343#p24343"/>
		<title type="html"><![CDATA[delayed join + msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24343#p24343"><![CDATA[
Using something like:<div class="codebox"><p>Code: </p><pre><code>bind evnt - init-server my:connect:stuffproc my:connect:stuff init-server {# my vhost stuff goes here}</code></pre></div>you can make it do the *stuff* upon connecting to server and using something like:<div class="codebox"><p>Code: </p><pre><code>foreach chan [chanlist] {if {[channel get $chan inactive]} {continue}channel set $chan +inactive}utimer 5 uninactiveproc uninactive {} {  foreach chan [chanlist] {    if {![channel get $chan inactive]} {      continue    }    channel set $chan -inactive  }}</code></pre></div>something like this anyway.. haven't tested it but it should work on a .13+ with no problems.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sun Aug 03, 2003 7:03 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tonyrayo]]></name></author>
		<updated>2003-08-03T18:53:17-04:00</updated>

		<published>2003-08-03T18:53:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=24342#p24342</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=24342#p24342"/>
		<title type="html"><![CDATA[delayed join + msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=24342#p24342"><![CDATA[
hey guys (and those rare but special tcl gals =p).  first off, thx for the help so far, i'm picking up a book on tcl this week, and maybe come out with some decent scripts!<br><br>there is a two part question, and of course any help would be great.  first off is there any way to delay onjoin of a channel?<br><br>second, the reason i want this delay is because i want my bot to be able to send a message to the irc server (/vhost username password), this would allow my bot to obtain a vhost, and the delay is so it joins with the host already changed.  mucho thx!!!<br><br>-tony<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3591">tonyrayo</a> — Sun Aug 03, 2003 6:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
