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

	<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-12-20T15:56:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-20T15:56:18-04:00</updated>

		<published>2008-12-20T15:56:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86415#p86415</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86415#p86415"/>
		<title type="html"><![CDATA[utimer problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86415#p86415"><![CDATA[
thank you<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Sat Dec 20, 2008 3:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[speechles]]></name></author>
		<updated>2008-12-20T11:02:23-04:00</updated>

		<published>2008-12-20T11:02:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86408#p86408</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86408#p86408"/>
		<title type="html"><![CDATA[Re: utimer problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86408#p86408"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>utimer 10 {putquick "MODE $chan -b $banmask" }</code></pre></div>Your problem is the curly bracings. This disables variable substitution. So literally what you are doing is <em class="text-italics">putquick "MODE $chan -b $banmask"</em>. $chan isn't converted to a channel name, $banmask isn't a ban mask. Instead try the code below:<div class="codebox"><p>Code: </p><pre><code>utimer 10 [list putquick "MODE $chan -b $banmask"]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8138">speechles</a> — Sat Dec 20, 2008 11:02 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[topdawg_b]]></name></author>
		<updated>2008-12-20T00:44:35-04:00</updated>

		<published>2008-12-20T00:44:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=86404#p86404</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=86404#p86404"/>
		<title type="html"><![CDATA[utimer problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=86404#p86404"><![CDATA[
everything works except the timer the timr does nothing and reports no error. I havent got  a clue what i need to do to fix it.<br><div class="codebox"><p>Code: </p><pre><code>bind mode - "% -o" on_deopproc on_deop { nick host hand chan mode target } { global botnick banmaskset banmask [getchanhost $nick $chan] if {$nick == $botnick} {return}if {$target == $botnick} {putserv "privmsg chanserv :ban $chan  $nick 12Never 4De-op 12the bot!!!"putserv "privmsg chanserv :op $chan $botnick" utimer 10 {putquick "MODE $chan -b $banmask" }}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10347">topdawg_b</a> — Sat Dec 20, 2008 12:44 am</p><hr />
]]></content>
	</entry>
	</feed>
