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

	<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>2004-04-10T02:55:04-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-10T02:55:04-04:00</updated>

		<published>2004-04-10T02:55:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35387#p35387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35387#p35387"/>
		<title type="html"><![CDATA[How to kill an identitifed timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35387#p35387"><![CDATA[
Where do you propose I save it actually? I've been thinking hard but havent really found a suitable solution for it. <br><br>Can i please have the command to save it, and the command to also call it out to kill it?<br><br>Thanks<p>Statistics: Posted by Guest — Sat Apr 10, 2004 2:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2004-04-10T02:20:57-04:00</updated>

		<published>2004-04-10T02:20:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35386#p35386</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35386#p35386"/>
		<title type="html"><![CDATA[How to kill an identitifed timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35386#p35386"><![CDATA[
Get the return value of the utimer command and save it. It is the timer id. Pass it to killutimer to stop it.<br><br>Also, you should really use [list checkverreply $nick $nick!$uhost] instead of "checkverreply $nick $nick!$uhost" so that it won't kill the bot with a nick like [die].<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Sat Apr 10, 2004 2:20 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-04-10T00:17:47-04:00</updated>

		<published>2004-04-10T00:17:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35385#p35385</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35385#p35385"/>
		<title type="html"><![CDATA[How to kill an identitifed timer]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35385#p35385"><![CDATA[
I have a script that ctcp versions a user on join a channel.<br>It adds the user's hostmask, and then sets a 60 sec timer to check if the user has a valid version reply.<br><br>So all in all it works fine.<br><br>This is the 60 sec timer triggered off,<br><br>#adding user's nick, ident and ip to record book<br>addhost ~vchk $nick!$uhost<br>#verifying user status 60 seconds later<br>utimer 60 "checkverreply $nick $nick!$uhost"<br><br>When the user replys the version,<br>my script will delhost ~vchk $nick!$uhost.<br><br>However I would like to delete off the timer as well when the user replies to version, due to possible join/part floods by some people.<br><br>How do I identify the timer properly and kill it?<p>Statistics: Posted by Guest — Sat Apr 10, 2004 12:17 am</p><hr />
]]></content>
	</entry>
	</feed>
