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

	<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>2006-06-04T18:16:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2006-06-04T18:15:29-04:00</updated>

		<published>2006-06-04T18:15:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63712#p63712</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63712#p63712"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63712#p63712"><![CDATA[
YOU ARE GREAT!!!<br>Works perfectly, thx.  <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=7240">Cr4sh</a> — Sun Jun 04, 2006 6:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-06-04T17:41:19-04:00</updated>

		<published>2006-06-04T17:41:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63711#p63711</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63711#p63711"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63711#p63711"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>utimer 15 [list msgchan $nick $chan]</code></pre></div>and add this proc to the script:<div class="codebox"><p>Code: </p><pre><code>proc msgchan {nick chan} { if {[onchan $nick $chan]} {  puthelp "privmsg $chan :&lt;message&gt;" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jun 04, 2006 5:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2006-06-04T13:17:17-04:00</updated>

		<published>2006-06-04T13:17:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63703#p63703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63703#p63703"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63703#p63703"><![CDATA[
Nobody else have an idea?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Sun Jun 04, 2006 1:17 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2006-06-02T10:41:42-04:00</updated>

		<published>2006-06-02T10:41:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63626#p63626</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63626#p63626"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63626#p63626"><![CDATA[
Probably, but i read...Tcl error [onjoin]: wrong # args: should be "utimer seconds command"... <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Fri Jun 02, 2006 10:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2006-06-02T10:27:51-04:00</updated>

		<published>2006-06-02T10:16:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63622#p63622</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63622#p63622"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63622#p63622"><![CDATA[
Maybe something like this?<div class="codebox"><p>Code: </p><pre><code>utimer 15 [list if [list [onchan $nick $chan]] [list putserv "PRIVMSG $chan :&lt;message&gt;"]]</code></pre></div>Edit: I corrceted the script<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Jun 02, 2006 10:16 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2006-06-02T10:00:46-04:00</updated>

		<published>2006-06-02T10:00:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63621#p63621</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63621#p63621"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63621#p63621"><![CDATA[
This works good, thx <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><br>Now remain only one problem...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Fri Jun 02, 2006 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[avilon]]></name></author>
		<updated>2006-06-02T09:51:41-04:00</updated>

		<published>2006-06-02T09:51:41-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63620#p63620</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63620#p63620"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63620#p63620"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>utimer 15 [list putserv "PRIVMSG $chan :&lt;message&gt;"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5191">avilon</a> — Fri Jun 02, 2006 9:51 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2006-06-02T09:10:43-04:00</updated>

		<published>2006-06-02T09:10:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63619#p63619</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63619#p63619"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63619#p63619"><![CDATA[
Thx man!  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br>The last thing...<br>I want that only if the user remain on the channel, the bot give to him the welcome...<br>Something like this: <br><br>if ($1 ison #channel) {utimer 15 putserv "privmsg $chan : &lt;message&gt;"}<br><br><br><br>...i've tried to modify with utimer 15 putserv "privmsg $chan : &lt;message&gt;"...i read "Tcl error [onjoin]: wrong # args: should be "utimer seconds command""<br><br>with...utimer 15 { putserv "privmsg $chan : &lt;message&gt;" }...i read "Tcl error in script for 'timer356':"  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cry.gif" width="15" height="15" alt=":cry:" title="Crying or Very sad"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Fri Jun 02, 2006 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[DragnLord]]></name></author>
		<updated>2006-06-02T08:32:59-04:00</updated>

		<published>2006-06-02T08:32:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63616#p63616</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63616#p63616"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63616#p63616"><![CDATA[
this tip is only for adding the delay:<br>replace<div class="codebox"><p>Code: </p><pre><code>putserv "privmsg $chan : &lt;message&gt;"</code></pre></div> <br>with<div class="codebox"><p>Code: </p><pre><code>utimer 15 putserv "privmsg $chan : &lt;message&gt;"</code></pre></div>(or<div class="codebox"><p>Code: </p><pre><code>utimer 15 { putserv "privmsg $chan : &lt;message&gt;" }</code></pre></div>if you get errors on this part)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4461">DragnLord</a> — Fri Jun 02, 2006 8:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Cr4sh]]></name></author>
		<updated>2006-06-04T18:16:08-04:00</updated>

		<published>2006-06-02T08:09:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=63615#p63615</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=63615#p63615"/>
		<title type="html"><![CDATA[Welcome message delay [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=63615#p63615"><![CDATA[
I have these line:<div class="codebox"><p>Code: </p><pre><code>proc onjoin {nick host hand chan} {global botnickif {$botnick == $nick} {} else {if {[validuser $nick] == 1} {if {[passwdok "$hand" ""] == "1"} {putlog "$nick ($hand) Does Not Have A Password Set.  /msg $nick."putserv "privmsg $nick :You Don't Have A Password Set On Me.  Please One Set One Now By Typing: /msg $botnick pass &lt;PASSWORD&gt;"}}putserv "privmsg $chan : &lt;message&gt;"}}</code></pre></div>I want to delay (about 15 sec.) the welcome message...<br>Please, how i must to modify for to do this? <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7240">Cr4sh</a> — Fri Jun 02, 2006 8:09 am</p><hr />
]]></content>
	</entry>
	</feed>
