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

	<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-03-12T09:35:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sphinx]]></name></author>
		<updated>2003-03-12T09:35:46-04:00</updated>

		<published>2003-03-12T09:35:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17772#p17772</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17772#p17772"/>
		<title type="html"><![CDATA[kick script which responds to a certain hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17772#p17772"><![CDATA[
ah ok got it now<br>thanks alot<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2802">Sphinx</a> — Wed Mar 12, 2003 9:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-12T09:05:56-04:00</updated>

		<published>2003-03-12T09:05:56-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17771#p17771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17771#p17771"/>
		<title type="html"><![CDATA[kick script which responds to a certain hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17771#p17771"><![CDATA[
Examples in the channel<br><br>!kick *!*dcc*@*aol.com AOL XDCC lamers<br>!kick *aol* No AOL at all<br>!kick *!*@*.com<br><br>You can specify a reason after the mask, but it's not needed.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 12, 2003 9:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sphinx]]></name></author>
		<updated>2003-03-12T07:41:14-04:00</updated>

		<published>2003-03-12T07:41:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17767#p17767</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17767#p17767"/>
		<title type="html"><![CDATA[kick script which responds to a certain hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17767#p17767"><![CDATA[
ok thanks<br><br>so this would kick everybody matching the hostmask when !kick has being enter in the channel?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2802">Sphinx</a> — Wed Mar 12, 2003 7:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-12T07:30:17-04:00</updated>

		<published>2003-03-12T07:30:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17765#p17765</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17765#p17765"/>
		<title type="html"><![CDATA[kick script which responds to a certain hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17765#p17765"><![CDATA[
This can be used in conjunction with a AUTH script.<br><br>At this time, anybody matching a global or channel master, can use it.<div class="codebox"><p>Code: </p><pre><code>bind pub m|m "!kick" my:pub:kickproc my:pub:kick {nick uh hand chan arg} {  set mask [lindex [split $arg] 0]  if {![string length [set rsn [join [lrange [split $arg] 1 end]]]]} {    set rsn "Mask kick"  }  set list [list]  foreach user [chanlist $chan] {    if {[string equals -nocase $user $nick]} { continue }    if {[string match -nocase $mask [getchanhost $user $chan]]} { lappend list $user }  }  putkick $chan [join $list {,}] $rsn}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 12, 2003 7:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sphinx]]></name></author>
		<updated>2003-03-12T06:36:04-04:00</updated>

		<published>2003-03-12T06:36:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17764#p17764</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17764#p17764"/>
		<title type="html"><![CDATA[kick script which responds to a certain hostmask]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17764#p17764"><![CDATA[
does anybody know how to make a simple one or maybe already excists<br><br>a script which for example works like !kick then kicks people with a certain hostmask<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2802">Sphinx</a> — Wed Mar 12, 2003 6:36 am</p><hr />
]]></content>
	</entry>
	</feed>
