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

	<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-12-15T22:17:34-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-15T22:17:34-04:00</updated>

		<published>2003-12-15T22:17:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31481#p31481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31481#p31481"/>
		<title type="html"><![CDATA[way to delay onjoin message by bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31481#p31481"><![CDATA[
tnx Sir_Fz for correction seems i forgot to add em ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Mon Dec 15, 2003 10:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2003-12-15T16:48:37-04:00</updated>

		<published>2003-12-15T16:48:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31474#p31474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31474#p31474"/>
		<title type="html"><![CDATA[way to delay onjoin message by bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31474#p31474"><![CDATA[
Thank you both for responding. I am REALLY trying to learn all this myself. I had tried different variables of what you have suggested but just kept getting little things wrong. Usually ending up in "wrong args" error messages from the bot  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile">  Thanks again.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Mon Dec 15, 2003 4:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-15T10:54:44-04:00</updated>

		<published>2003-12-15T10:54:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31449#p31449</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31449#p31449"/>
		<title type="html"><![CDATA[way to delay onjoin message by bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31449#p31449"><![CDATA[
<blockquote class="uncited"><div>utimer 10 list putserv "PRIVMSG $chan :$joinmsg"</div></blockquote>this should be <div class="codebox"><p>Code: </p><pre><code>utimer 10 [list putserv "PRIVMSG $chan :$joinmsg"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon Dec 15, 2003 10:54 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2003-12-14T21:27:14-04:00</updated>

		<published>2003-12-14T21:27:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31438#p31438</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31438#p31438"/>
		<title type="html"><![CDATA[way to delay onjoin message by bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31438#p31438"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind join - * join:chanset joinmsg "My msg i wana show"proc join:chan {nick uhost hand chan} {  global joinmsg  utimer 10 list putserv "PRIVMSG $chan :$joinmsg"}</code></pre></div>not tested it but that should do<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sun Dec 14, 2003 9:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DrTongue]]></name></author>
		<updated>2003-12-14T12:14:21-04:00</updated>

		<published>2003-12-14T12:14:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31414#p31414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31414#p31414"/>
		<title type="html"><![CDATA[way to delay onjoin message by bot]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31414#p31414"><![CDATA[
Hello....I use an onjoin message .tcl by 'banned' What I am looking to do is delay the message briefly (10 seconds or so) when a person enters the channel instead of it being instantanious when they join. Is there a way that this can be done? Even by simply adding something to the .tcl?<br><br>Thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=757">DrTongue</a> — Sun Dec 14, 2003 12:14 pm</p><hr />
]]></content>
	</entry>
	</feed>
