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

	<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-12-07T11:55:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-12-07T11:55:25-04:00</updated>

		<published>2005-12-07T11:55:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58041#p58041</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58041#p58041"/>
		<title type="html"><![CDATA[public command with auth]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58041#p58041"><![CDATA[
According to this code, your handle should be the same name as your nickname and you should be oped.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Wed Dec 07, 2005 11:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[fredvil]]></name></author>
		<updated>2005-12-07T07:51:21-04:00</updated>

		<published>2005-12-07T07:51:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=58033#p58033</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=58033#p58033"/>
		<title type="html"><![CDATA[public command with auth]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=58033#p58033"><![CDATA[
pls help me with toolz.tcl from archive.. the public command for kick and ban not working. below is the part of the script:<div class="codebox"><p>Code: </p><pre><code># Kicks someone off the channel# Usage: !kick &lt;nick&gt; &lt;reason&gt;# Ex: !kick Joe You suck!proc pub:kick {nick uhost hand chan args} {if {(![auth:check $hand]) &amp;&amp; (![isop $nick $chan])} {return 0}set args [split [cleanarg $args]]if {[llength $args] &lt; 2} {notice $nick "Usage: !kick &lt;nick&gt; &lt;reason&gt;"return 0}if {$hand == "*"} {return 0}if {([isop $hand $chan]) || ([matchattr $hand "|o" $chan]) || ([matchattr $hand "o"])} {set who [lindex $args 0]set reason [lrange $args 1 end]putserv "KICK $chan $who :$reason"putcmdlog "&lt;&lt;$nick&gt;&gt; !$hand! kick $args"} else {notice $nick "You can't do that!"}}</code></pre></div>here is the respond of the bot on the DCC window... but the bot is not responding on the public command<br><br>&lt;&lt;clarck&gt;&gt; !bukyo! kick \{bukyo bye\}<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7056">fredvil</a> — Wed Dec 07, 2005 7:51 am</p><hr />
]]></content>
	</entry>
	</feed>
