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

	<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>2006-02-18T11:40:01-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-18T11:40:01-04:00</updated>

		<published>2006-02-18T11:40:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60503#p60503</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60503#p60503"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60503#p60503"><![CDATA[
Yeah my bad, always look into Tcl-commands.doc<blockquote class="uncited"><div>KICK (stackable)<br>         bind kick &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt; &lt;target&gt; &lt;reason&gt;<br><br>         Description: triggered when someone is kicked off the channel. The<br>           mask is matched against '#channel target reason' where the target is<br>           the nickname of the person who got kicked (can contain wildcards).<br>           The proc is called with the nick, user@host, and handle of the<br>           kicker, plus the channel, the nickname of the person who was<br>           kicked, and the reason; flags are ignored.<br>         Module: irc</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Feb 18, 2006 11:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2006-02-18T11:01:26-04:00</updated>

		<published>2006-02-18T11:01:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60502#p60502</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60502#p60502"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60502#p60502"><![CDATA[
Works!<br><br>Thanks a lot!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Sat Feb 18, 2006 11:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Winters]]></name></author>
		<updated>2006-02-18T04:32:01-04:00</updated>

		<published>2006-02-18T04:32:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60498#p60498</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60498#p60498"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60498#p60498"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * report:kickproc report:kick {nick uhost hand chan targ reason} { if {[isbotnick $targ] &amp;&amp; [botonchan #reportchan]} {  puthelp "privmsg #reportchan :I was kicked from $chan by $nick at [ctime [unixtime]]" }}</code></pre></div>Try this<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6461">Winters</a> — Sat Feb 18, 2006 4:32 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2006-02-17T20:44:50-04:00</updated>

		<published>2006-02-17T20:44:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60493#p60493</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60493#p60493"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60493#p60493"><![CDATA[
Hmm, came across a problem:<br><blockquote class="uncited"><div>Tcl error [report:kick]: wrong # args: should be "report:kick nick uhost chan hand targ"</div></blockquote>So, I changed the code to:<br><blockquote class="uncited"><div>bind kick - * report:kick<br><br>proc report:kick {nick uhost chan hand targ} {<br> if {[isbotnick $targ] &amp;&amp; [botonchan #PE]} {<br>  putquick "onotice #PE :I was kicked from $chan by $nick at [ctime [unixtime]]"<br> }<br>}</div></blockquote>(Error still comes up if it's privmsg #PE)<br><br>Getting error:<br><blockquote class="uncited"><div>Tcl error [report:kick]: wrong # args: should be "report:kick nick uhost chan hand targ"</div></blockquote>Any ideas? Thanks!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Fri Feb 17, 2006 8:44 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2006-02-17T20:34:15-04:00</updated>

		<published>2006-02-17T20:34:15-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60492#p60492</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60492#p60492"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60492#p60492"><![CDATA[
Thanks, by the way, your allfloodprotection script is superb <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"> Been using it since it was released<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Fri Feb 17, 2006 8:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2006-02-17T20:29:01-04:00</updated>

		<published>2006-02-17T20:29:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60491#p60491</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60491#p60491"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60491#p60491"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind kick - * report:kickproc report:kick {nick uhost hand chan targ} { if {[isbotnick $targ] &amp;&amp; [botonchan #reportchan]} {  puthelp "privmsg #reportchan :I was kicked from $chan by $nick at [ctime [unixtime]]" }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Fri Feb 17, 2006 8:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stevegarbz]]></name></author>
		<updated>2006-02-17T13:01:18-04:00</updated>

		<published>2006-02-17T13:01:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=60485#p60485</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=60485#p60485"/>
		<title type="html"><![CDATA[Bot kicked, report to chan]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=60485#p60485"><![CDATA[
Hello,<br><br>I am looking for a script so my eggdrop will report being kicked to a certain channel, #chan.<br><br>ex:<br><br>&lt;KICKER&gt; !kick bot<br>Bot was kicked from #kickedchan<br><br>Now, in #chan:<br>Kicked from #kickedchan by $who(in this case, KICKER) at $date.....<br><br>----------------------------------<br><br>Thanks in advance,<br>Steve!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5732">stevegarbz</a> — Fri Feb 17, 2006 1:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
