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

	<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-06-10T06:33:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-06-10T06:33:05-04:00</updated>

		<published>2005-06-10T06:33:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50524#p50524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50524#p50524"/>
		<title type="html"><![CDATA[autokick/ban based on nick pattern]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50524#p50524"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>#Set your suffix here -- the word after the "|" symbolset my_suffix "lamer"bind join - "*" check:nickproc check:nick {nick uhost hand chan} { global my_suffix  if {![botisop $chan] || [isbotnick $nick]} { return 0 }   if {[string match -nocase "*|$my_suffix*" $nick]} {    putserv "MODE $chan +b [lindex [split $uhost @] 1]"    putserv "KICK $chan $nick :Autokick based on nick pattern"    }}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Fri Jun 10, 2005 6:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[r0t3n]]></name></author>
		<updated>2005-06-09T12:20:45-04:00</updated>

		<published>2005-06-09T12:20:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50462#p50462</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50462#p50462"/>
		<title type="html"><![CDATA[autokick/ban based on nick pattern]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50462#p50462"><![CDATA[
Search the tcl archive, im usre there is a script there which you could modify ;p<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6300">r0t3n</a> — Thu Jun 09, 2005 12:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mp35486]]></name></author>
		<updated>2005-06-09T10:16:04-04:00</updated>

		<published>2005-06-09T10:16:04-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=50456#p50456</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=50456#p50456"/>
		<title type="html"><![CDATA[autokick/ban based on nick pattern]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=50456#p50456"><![CDATA[
Hi!<br><br>Is there a simple script which will allow eggdrop to autokick and/or ban based on nick pattern?<br><br>For instance, I'd like nicks which contain |something as sufix to be kicked for the first time and banned if they appear again...<br><br>Thanks!<br><br>M.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6326">mp35486</a> — Thu Jun 09, 2005 10:16 am</p><hr />
]]></content>
	</entry>
	</feed>
