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

	<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>2003-12-19T09:40:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-12-19T09:40:25-04:00</updated>

		<published>2003-12-19T09:40:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31598#p31598</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31598#p31598"/>
		<title type="html"><![CDATA[unknown math function error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31598#p31598"><![CDATA[
also another error in your code, add <strong class="text-strong">botnick</strong> to your global line or use <strong class="text-strong">$::botnick</strong> instead.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Dec 19, 2003 9:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[GodOfSuicide]]></name></author>
		<updated>2003-12-18T16:32:51-04:00</updated>

		<published>2003-12-18T16:32:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31581#p31581</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31581#p31581"/>
		<title type="html"><![CDATA[unknown math function error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31581#p31581"><![CDATA[
if { kick($chan) &gt;= 5 } { <br><br>you call a var -&gt; $kick($chan)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1433">GodOfSuicide</a> — Thu Dec 18, 2003 4:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Rusher2K]]></name></author>
		<updated>2003-12-18T15:25:56-04:00</updated>

		<published>2003-12-18T15:25:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=31580#p31580</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=31580#p31580"/>
		<title type="html"><![CDATA[unknown math function error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=31580#p31580"><![CDATA[
Hello I get the error :<br><br>[20:24] Tcl error [kickcheck]: unknown math function "kick"<br><br>Here is the Code :<div class="codebox"><p>Code: </p><pre><code>bind kick "-" "% *" kickcheckproc kickcheck {nick host hand chan victim reason} {global kickputlog "start"if {![matchattr $hand m|m $chan] &amp;&amp; $nick != $botnick } {if {![info exists kick($chan)]} {putlog "1"set kick($chan) 1putlog "2"utimer 3 [list unset kick($chan)]putlog "3"} else {incr kick($chan)putlog "4"}if { kick($chan) &gt;= 5 } {putlog "5"if {[onchan Q $chan]} {putlog "6Q"putquick "PRIVMSG Q :deopall $chan"putserv "PRIVMSG $chan: Channel Cleared do Kick Flood"}if {[onchan L $chan]} {putlog "6L"putquick "PRIVMSG L :deopall $chan"putserv "PRIVMSG $chan: Channel Cleared do Kick Flood"}}}putlog "7"}</code></pre></div>The Bot show me no Putlog have you any idea ? :/<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3034">Rusher2K</a> — Thu Dec 18, 2003 3:25 pm</p><hr />
]]></content>
	</entry>
	</feed>
