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

	<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-10-22T07:55:47-04:00</updated>

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

		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-10-22T07:55:47-04:00</updated>

		<published>2005-10-22T07:55:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56750#p56750</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56750#p56750"/>
		<title type="html"><![CDATA[Keepout Script Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56750#p56750"><![CDATA[
error is there <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><div class="codebox"><p>Code: </p><pre><code>113proc keepout::ban {host} {114 if {![string match *users.quakenet* $host]} {115  return "[string map "~ *" *!$host]"116 } else {117  return "*!*@[lindex [split $arguments] 0]"118 }119}</code></pre></div>thats why you should use the '.set errorInfo' for debugging.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Sat Oct 22, 2005 7:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2005-10-20T19:41:53-04:00</updated>

		<published>2005-10-20T19:41:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56729#p56729</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56729#p56729"/>
		<title type="html"><![CDATA[Keepout Script Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56729#p56729"><![CDATA[
Wrong forum! Moved!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Thu Oct 20, 2005 7:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Esben]]></name></author>
		<updated>2005-10-20T05:38:00-04:00</updated>

		<published>2005-10-20T05:38:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=56723#p56723</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=56723#p56723"/>
		<title type="html"><![CDATA[Keepout Script Error]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=56723#p56723"><![CDATA[
i get this error when i try to use keepout script <br><blockquote class="uncited"><div>Tcl error [::keepout::joinchan]: can't read "arguments": no such variable</div></blockquote><div class="codebox"><p>Code: </p><pre><code>proc keepout::joinchan {nickname hostname handle channel} { if {[channel get $channel keepout] &amp;&amp; ![matchattr $handle $keepout::flags $channel] &amp;&amp; [botisop $channel]} {  putquick "MODE $channel +b [ban $hostname]"  set kickmsg [lindex $keepout::kickmsg [rand [llength $keepout::kickmsg]]]  putquick "KICK $channel $nickname :[string map "%nick $nickname %host $hostname %chan $channel" $kickmsg]" }}</code></pre></div>rest of the script<br><a href="http://www.nomorepasting.com/paste.php?pasteID=50838" class="postlink">http://www.nomorepasting.com/paste.php?pasteID=50838</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6855">Esben</a> — Thu Oct 20, 2005 5:38 am</p><hr />
]]></content>
	</entry>
	</feed>
