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

	<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>2002-01-29T19:12:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[guppy]]></name></author>
		<updated>2002-01-29T19:12:00-04:00</updated>

		<published>2002-01-29T19:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4172#p4172</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4172#p4172"/>
		<title type="html"><![CDATA[How to code a tempignore?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4172#p4172"><![CDATA[
newignore takes a hostmask, $uhost isn't a hostmask.<br><br>Jeff<br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10">guppy</a> — Tue Jan 29, 2002 7:12 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Yourname]]></name></author>
		<updated>2002-01-29T06:26:00-04:00</updated>

		<published>2002-01-29T06:26:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4142#p4142</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4142#p4142"/>
		<title type="html"><![CDATA[How to code a tempignore?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4142#p4142"><![CDATA[
I remember seeing something similar to it on the eggheads ftp...<br>You might wanna check it out <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":smile:" title="Smile"><br><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=13">Yourname</a> — Tue Jan 29, 2002 6:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-28T17:00:00-04:00</updated>

		<published>2002-01-28T17:00:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4134#p4134</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4134#p4134"/>
		<title type="html"><![CDATA[How to code a tempignore?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4134#p4134"><![CDATA[
I'd like to code a temporary ignore that kicks in after users have triggered an process through actions or pubm.<br><br>For example:<br><br>set trigger-on-ignore 0<br><br>bind pubm - "*~milk~*" pubtrig11<br>proc pubtrig11 {nick uhost handle chan args} {<br>  global botnick<br>  putchan $chan "Got milk, $nick ?"<br>  tempignore $nick $uhost<br>} <br><br>proc tempignore { nick uhost } {<br>  global botnick<br>  putlog "Temp-ignoring $nick for 60 seconds."<br>  putserv "IGNORE $nick all"<br>  utimer 60 [subst {putserv "IGNORE $nick NONE"}]<br>  newignore $uhost Bot TempIgnore 1<br>}<br><br>Somehow the bot still reacts to 'milk' though even though I can see the "Temp-ignoring..." line in the logs/console. So I guess it must be the IGNORE that doesn't work.<br><br>Any ideas, a tempignore.tcl somewhere?<br><br>Thx,<br>PB<p>Statistics: Posted by Guest — Mon Jan 28, 2002 5:00 pm</p><hr />
]]></content>
	</entry>
	</feed>
