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

	<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>2005-07-10T20:05:56-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-07-10T20:05:56-04:00</updated>

		<published>2005-07-10T20:05:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52212#p52212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52212#p52212"/>
		<title type="html"><![CDATA[blacklist1.2.tcl by Opposing (aka Sir_Fz)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52212#p52212"><![CDATA[
Ahh, I didn't test it. That's why I didn't submit it to egghelp, thanx for reporting this bug <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sun Jul 10, 2005 8:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dizzle]]></name></author>
		<updated>2005-07-10T14:37:21-04:00</updated>

		<published>2005-07-10T14:37:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52193#p52193</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52193#p52193"/>
		<title type="html"><![CDATA[blacklist1.2.tcl by Opposing (aka Sir_Fz)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52193#p52193"><![CDATA[
well im aware off these tokens, butt its for public use, so more ppl will use it and have the same error, its more a notice then a question tosser<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6156">Dizzle</a> — Sun Jul 10, 2005 2:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-07-10T14:27:12-04:00</updated>

		<published>2005-07-10T14:27:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52191#p52191</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52191#p52191"/>
		<title type="html"><![CDATA[blacklist1.2.tcl by Opposing (aka Sir_Fz)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52191#p52191"><![CDATA[
cancell them out using <br><div class="codebox"><p>Code: </p><pre><code>\[reason\] \[bantime\]</code></pre></div>only in the msg's and putlog's<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Sun Jul 10, 2005 2:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Dizzle]]></name></author>
		<updated>2005-07-10T13:23:51-04:00</updated>

		<published>2005-07-10T13:23:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=52188#p52188</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=52188#p52188"/>
		<title type="html"><![CDATA[blacklist1.2.tcl by Opposing (aka Sir_Fz)]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=52188#p52188"><![CDATA[
I installed your script, rehashed the bot and put in my settings. <br><br>butt when i used .addbl (too add a user) he givin me errors <br><blockquote class="uncited"><div>[19:17] Tcl error [bl:add]: invalid command name "reason"</div></blockquote>well i deleted this problem by removing the [reason] [bantime] text in the bl:add proc. in the both putlog cmd's <br><div class="codebox"><p>Code: </p><pre><code>proc bl:add {hand idx arg} { if {$arg == ""} { putlog "SYNTAX: \003.addbl &lt;nick!user@host&gt; [reason] [btime]\003"; return 0 } if {![string match -nocase *!*@* [set blnick [lindex [split $arg] 0]]]} {  putlog "SYNTAX: \003.addbl \002&lt;nick&gt;\002!\002&lt;user&gt;\002@\002&lt;host&gt;\002 [reason] [bantime]\003"  return 0 } if {[bl:do:add $hand $arg]} {  foreach chan [channels] {   if {![channel get $chan blacklist]} { continue }   foreach ubchecked [chanlist $chan] {    bl:ban $ubchecked [getchanhost $ubchecked $chan] [nick2hand $ubchecked] $chan   }  }  putlog "[string map {! \002!\002 @ \002@\002} \002$blnick\002] has been \002added\002 to the blacklist." } {  putlog "[string map {! \002!\002 @ \002@\002} \002$blnick\002] already \002exists\002 in the blacklist." }}</code></pre></div>Hope you have a solution too this, and when you got time update the script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> when i remove this the script is working fine, just the [reason] [bantime] in the msg that he saw a an command. <br><br>greetz Dizzle<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6156">Dizzle</a> — Sun Jul 10, 2005 1:23 pm</p><hr />
]]></content>
	</entry>
	</feed>
