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

	<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-10-16T00:23:29-04:00</updated>

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

		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2002-10-16T00:23:29-04:00</updated>

		<published>2002-10-16T00:23:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12009#p12009</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12009#p12009"/>
		<title type="html"><![CDATA[script - help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12009#p12009"><![CDATA[
Thanks ppslim, i got it<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Wed Oct 16, 2002 12:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2002-10-15T18:13:30-04:00</updated>

		<published>2002-10-15T18:13:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=12007#p12007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=12007#p12007"/>
		<title type="html"><![CDATA[script - help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=12007#p12007"><![CDATA[
thanks ppslim, but i think i am still blind, i don't see anything is missing?<br><br>thanks<br>regards<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Tue Oct 15, 2002 6:13 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-10-15T05:12:35-04:00</updated>

		<published>2002-10-15T05:12:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11993#p11993</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11993#p11993"/>
		<title type="html"><![CDATA[script - help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11993#p11993"><![CDATA[
The most obvious part about it is this.<br><div class="codebox"><p>Code: </p><pre><code>foreach temp(bind) [binds ctcp] { if {[lindex $temp(bind) 4] == "wordkick:ctcp:badword"} { unbind pubm [lindex $temp(bind) 1] [lindex $temp(bind) 2] wordkick:ctcp:badword } } </code></pre></div>Read the first, then the third line. SOmthing doesn't match.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Tue Oct 15, 2002 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[EEggy]]></name></author>
		<updated>2002-10-15T00:18:13-04:00</updated>

		<published>2002-10-15T00:18:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11989#p11989</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11989#p11989"/>
		<title type="html"><![CDATA[script - help plz]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11989#p11989"><![CDATA[
hi, i tried my best, read tcl documentation but couldn't figure out, i'll appreciate if someone can help me<br>everytime when i type in partyline  .rehash, i get this<br><br>&lt;egg_&gt; [05:11] Tcl error in file 'egg.conf':<br>&lt;egg_&gt; [05:11] no such binding<br>&lt;egg_&gt;     while executing<br>&lt;egg_&gt; "unbind pubm [lindex $temp(bind) 1] [lindex $temp(bind) 2] wordkick:ctcp:badword"<br>&lt;egg_&gt;     ("foreach" body line 3)<br>&lt;egg_&gt;     invoked from within<br>&lt;egg_&gt; "foreach temp(bind) [binds ctcp] {<br>&lt;egg_&gt; if {[lindex $temp(bind) 4] == "wordkick:ctcp:badword"} {<br>&lt;egg_&gt; unbind pubm [lindex $temp(bind) 1] [lindex $temp(bind) 2..."<br>&lt;egg_&gt;     (file "scripts/wordkick.tcl" line 45)<br>&lt;egg_&gt;     invoked from within<br>&lt;egg_&gt; "source scripts/wordkick.tcl"<br>&lt;egg_&gt;     (file "egg.conf" line 1319)<br>&lt;egg_&gt; [05:11] * CONFIG FILE NOT LOADED (NOT FOUND, OR ERROR)<br><br>codes:<br>wordkick(badwords) {<br>*badword1*<br>*badword2*<br>badword3<br>....<br>}<br><br>foreach temp(bind) [binds pubm] {<br>if {[lindex $temp(bind) 4] == "wordkick:pubm:badword"} {<br>unbind pubm [lindex $temp(bind) 1] [lindex $temp(bind) 2] wordkick:pubm:badword<br>}<br>}<br><br>foreach temp(bind) [binds ctcp] {<br>if {[lindex $temp(bind) 4] == "wordkick:ctcp:badword"} {<br>unbind pubm [lindex $temp(bind) 1] [lindex $temp(bind) 2] wordkick:ctcp:badword<br>}<br>}<br><br>foreach temp(word) [split $wordkick(badwords) \n] {<br>set temp(word) [string trim $temp(word) " \t"]<br>if {$temp(word) == ""} {continue}<br>bind pubm - "% $temp(word)" wordkick:pubm:badword<br>}<br><br>bind ctcp - ACTION wordkick:ctcp:badword<br><br>proc wordkick:ctcp:badword {nick uhost handle channel key text} {<br>global wordkick<br>foreach temp(word) [split $wordkick(badwords) \n] {<br>set temp(word) [string trim $temp(word) " \t"]<br>if {$temp(word) == ""} {continue}<br>if {[string match $temp(word) $text]} {<br>wordkick:badword $nick $uhost $handle $channel<br>return 0<br>}<br>}<br>}<br>proc wordkick:pubm:badword {nick uhost handle channel text} {<br>wordkick:badword $nick $uhost $handle $channel<br>return 0<br>}<br>proc wordkick:badword {nick uhost handle channel} {<br>.<br>.<br>.<br>.<br>}<br><br><br>i'll appreciate for your help<br>thanks<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1962">EEggy</a> — Tue Oct 15, 2002 12:18 am</p><hr />
]]></content>
	</entry>
	</feed>
