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

	<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>2008-09-28T10:58:07-04:00</updated>

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

		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-09-28T10:58:07-04:00</updated>

		<published>2008-09-28T10:58:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85316#p85316</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85316#p85316"/>
		<title type="html"><![CDATA[Autojoiner after 5 seconds! [Help]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85316#p85316"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>utimer 5 [list putquick "SAJOIN #main [stripcodes bcruag $User]"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sun Sep 28, 2008 10:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Branden]]></name></author>
		<updated>2008-09-28T10:32:39-04:00</updated>

		<published>2008-09-28T10:32:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85315#p85315</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85315#p85315"/>
		<title type="html"><![CDATA[Autojoiner after 5 seconds! [Help]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85315#p85315"><![CDATA[
Okay, I have a new problem. <br><br>The $User is underlined, and I don't know how to remove the underline in the variable. How can I remove it?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9196">Branden</a> — Sun Sep 28, 2008 10:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2008-09-28T09:29:33-04:00</updated>

		<published>2008-09-28T09:29:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85314#p85314</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85314#p85314"/>
		<title type="html"><![CDATA[Autojoiner after 5 seconds! [Help]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85314#p85314"><![CDATA[
putquick only expects one argument, you are currently supplying three...<br>Try the code below instead, as it uses proper list structures to create the commandline used with utimer...<div class="codebox"><p>Code: </p><pre><code>bind pubm - "*CONNECT*" CONNECTproc CONNECT { nick host hand chan text } {   set User [lindex [split $text] 3]   if {$chan == "#4ct1v1ty"} {      utimer 5 [list putquick "SAJOIN #main $User"]   } else {      return   }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun Sep 28, 2008 9:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Branden]]></name></author>
		<updated>2008-09-27T23:22:31-04:00</updated>

		<published>2008-09-27T23:22:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=85312#p85312</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=85312#p85312"/>
		<title type="html"><![CDATA[Autojoiner after 5 seconds! [Help]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=85312#p85312"><![CDATA[
I would like my bot to sajoin a user after they connect to the network, but wait 5 seconds before it does it.<br><br><br><div class="codebox"><p>Code: </p><pre><code>bind pubm - "*CONNECT*" CONNECTproc CONNECT { nick host hand chan text } {set User [lindex [split $text] 3] if {$chan == "#4ct1v1ty"} {utimer 5 "putquick SAJOIN #main $User"} else { return }}</code></pre></div><br>Everything is right, except I can't figure out how to make the timer work correctly.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9196">Branden</a> — Sat Sep 27, 2008 11:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
