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

	<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>2003-09-16T14:46:17-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-16T14:46:17-04:00</updated>

		<published>2003-09-16T14:46:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27168#p27168</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27168#p27168"/>
		<title type="html"><![CDATA[hello teens]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27168#p27168"><![CDATA[
damn, right again  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_redface.gif" width="15" height="15" alt=":oops:" title="Embarassed"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 16, 2003 2:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-16T14:20:20-04:00</updated>

		<published>2003-09-16T14:20:20-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27164#p27164</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27164#p27164"/>
		<title type="html"><![CDATA[hello teens]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27164#p27164"><![CDATA[
Again no, he wants his eggy to kick people who use channel actions not to use an channel action to make the eggy kick someone in the channel.<div class="codebox"><p>Code: </p><pre><code>set myreason "Your default reason goes here!"bind ctcp * ACTION my:actionsproc my:actions {nick uhost hand dest keyword text} {  if {![botisop $dest] || $nick == $::botnick || [matchattr $hand of|fo $dest]} { return }  putquick "KICK $chan $nick :$::myreason"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Sep 16, 2003 2:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-16T14:14:38-04:00</updated>

		<published>2003-09-16T14:14:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27162#p27162</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27162#p27162"/>
		<title type="html"><![CDATA[hello teens]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27162#p27162"><![CDATA[
oh yeah, I just saw the (msg) ..missleaded me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br><br>well the same but yes a CTCP bind (ACTION), set the kick command to [lindex [split $arg] 0] and the others should be ok (just increase the 0 to 1 and the 1 to 2...etc)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 16, 2003 2:14 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-09-16T11:26:58-04:00</updated>

		<published>2003-09-16T11:26:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27150#p27150</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27150#p27150"/>
		<title type="html"><![CDATA[hello teens]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27150#p27150"><![CDATA[
As far as I can see he wanted an *action* thingie not a msg one. Do a lil forum search.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Sep 16, 2003 11:26 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-09-16T08:40:00-04:00</updated>

		<published>2003-09-16T08:40:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27145#p27145</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27145#p27145"/>
		<title type="html"><![CDATA[hello teens]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27145#p27145"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind msg o|o kick kick:userproc kick:user {nick uhost hand arg} {set user [lindex [split $arg] 0] ; set chan [lindex [split $arg] 1] ; set reason [lrange [split $arg] 2 end] if {[onchan $user $chan]} { putquick "KICK $chan $nick :$reason" puthelp "NOTICE $nick :kicked $user from $chan" }}</code></pre></div>this would kick the user from the channel when you /msg bot kick channel reason<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Sep 16, 2003 8:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-09-16T03:47:26-04:00</updated>

		<published>2003-09-16T03:47:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=27139#p27139</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=27139#p27139"/>
		<title type="html"><![CDATA[hello teens]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=27139#p27139"><![CDATA[
hi. I want my bot to kick messages with /me (msg) ..<br>How ?<p>Statistics: Posted by Guest — Tue Sep 16, 2003 3:47 am</p><hr />
]]></content>
	</entry>
	</feed>
