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

	<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-05-09T09:03:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Nucleus]]></name></author>
		<updated>2005-05-09T09:03:37-04:00</updated>

		<published>2005-05-09T09:03:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49254#p49254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49254#p49254"/>
		<title type="html"><![CDATA[A problem with a bad nickname script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49254#p49254"><![CDATA[
It worked. Thank you. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5171">Nucleus</a> — Mon May 09, 2005 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-05-09T08:18:08-04:00</updated>

		<published>2005-05-09T08:18:08-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49253#p49253</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49253#p49253"/>
		<title type="html"><![CDATA[A problem with a bad nickname script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49253#p49253"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>set badnicks [list "*BADNICKHERE*"] bind join - * ban:bnick bind nick - * ban:bnick proc ban:bnick {nick uhost hand chan {nn ""}} {  global badnicks  if {$nn == ""} { set nn $nick } set bbanmask "*$nn*!*@*"  if {![isbotnick $nick]} {   foreach badnick $badnicks {    if {[string match -nocase  $badnick $nn]} {     putquick "MODE $chan +b $bbanmask" -next     putquick "KICK $chan $nick :Bad Nickname" -next     break    }   }  } }</code></pre></div>This should fix it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Mon May 09, 2005 8:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nucleus]]></name></author>
		<updated>2005-05-09T08:06:51-04:00</updated>

		<published>2005-05-09T08:06:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=49252#p49252</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=49252#p49252"/>
		<title type="html"><![CDATA[A problem with a bad nickname script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=49252#p49252"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>[13:33:34] * REALMAN__ is now known as BADNICKHERE[13:33:35] * ^_Zeus_^ sets mode: +b *REALMAN__*!*@*[13:33:35] * BADNICKHERE was kicked by ^_Zeus_^ (Bad Nickname)</code></pre></div>It bans REALMAN__ and it kicks BADNICKHERE. That gives BADNICKHERE  the chance to join once more, and then get banned.<br><div class="codebox"><p>Code: </p><pre><code>[14:06:29] * Joins: BADNICKHERE (~fatih_93@81.215.68.20)[14:06:31] * ^_Zeus_^ sets mode: +b *[censored]___*!*@*[14:06:31] * BADNICKHERE was kicked by ^_Zeus_^ (Bad Nickname)</code></pre></div>This is the script.<br><div class="codebox"><p>Code: </p><pre><code>set badnicks [list "*BADNICKHERE*"] bind join - * ban:bnick bind nick - * ban:bnick proc ban:bnick {nick uhost hand chan {nn ""}} { global badnicks set bbanmask "*$nick*!*@*" if {$nn == ""} { set nn $nick } if {![isbotnick $nick]} {   foreach badnick $badnicks {    if {[string match -nocase  $badnick $nn]} {     putquick "MODE $chan +b $bbanmask" -next    putquick "KICK $chan $nick :Bad Nickname" -next    break    }   }  } }putlog "=====&gt;&gt; Bad Nickname Protection Loaded"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5171">Nucleus</a> — Mon May 09, 2005 8:06 am</p><hr />
]]></content>
	</entry>
	</feed>
