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

	<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-06-10T09:10:35-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-10T09:10:35-04:00</updated>

		<published>2003-06-10T09:10:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21576#p21576</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21576#p21576"/>
		<title type="html"><![CDATA[Capital and Lower-case bans not being recognized by a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21576#p21576"><![CDATA[
Thanx, I'll learn this one <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><br>and yeah I realized that its caesar adter i posted this thread <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jun 10, 2003 9:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2003-06-10T09:03:23-04:00</updated>

		<published>2003-06-10T09:03:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21572#p21572</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21572#p21572"/>
		<title type="html"><![CDATA[Capital and Lower-case bans not being recognized by a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21572#p21572"><![CDATA[
replace from:<div class="codebox"><p>Code: </p><pre><code>if {[string match "$ban" "$::botname"] &amp;&amp; [botisop $chan]} { </code></pre></div>to:<div class="codebox"><p>Code: </p><pre><code>if {[string match -nocase "$ban" "$::botname"] &amp;&amp; [botisop $chan]} {</code></pre></div>and btw, is caesar not caezer <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Tue Jun 10, 2003 9:03 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-10T08:36:44-04:00</updated>

		<published>2003-06-10T08:36:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21567#p21567</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21567#p21567"/>
		<title type="html"><![CDATA[Capital and Lower-case bans not being recognized by a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21567#p21567"><![CDATA[
ok, how please ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Jun 10, 2003 8:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[user]]></name></author>
		<updated>2003-06-08T18:32:45-04:00</updated>

		<published>2003-06-08T18:32:45-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21478#p21478</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21478#p21478"/>
		<title type="html"><![CDATA[Capital and Lower-case bans not being recognized by a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21478#p21478"><![CDATA[
use 'string match -nocase ...'<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2878">user</a> — Sun Jun 08, 2003 6:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2003-06-07T09:33:23-04:00</updated>

		<published>2003-06-07T09:33:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=21403#p21403</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=21403#p21403"/>
		<title type="html"><![CDATA[Capital and Lower-case bans not being recognized by a script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=21403#p21403"><![CDATA[
Here goes the script:<div class="codebox"><p>Code: </p><pre><code>bind mode - "* +b" channel:banproc channel:ban {nick uhost hand chan mc ban} {  if {[string match "$ban" "$::botname"] &amp;&amp; [botisop $chan]} {    putquick "MODE $chan -bo $ban $nick"    putquick "PRIVMSG Chanserv@Services.dal.net :deop $chan $nick"    if {[matchattr $hand mn|mn $chan] == 0} {      set mask "*!*@[lindex [split $uhost @] 1]"      putkick $chan $nick "Don't Ban me, You know that's not a good idea."      putquick "MODE $chan +b $mask"    }  }}</code></pre></div>scripted recently by the help of caezer.<br><br>it doesn't work when for example:<br>the bot's nick is Bot<br>*if an op bans Bot!*@*; <strong class="text-strong">the script works</strong><br>*if an op bans bot!*@*; <strong class="text-strong">the script <span style="text-decoration:underline">doesn't</span> work</strong><br>also (considering the bot's host is HoST.net):<br>*if an op bans *!*@HoST.net; <strong class="text-strong">the script works</strong><br>*if an op bans *!*@hosT.net or *!*@Host.net or...(u do the permutation:p); <strong class="text-strong">the script <span style="text-decoration:underline">doesn't</span> work</strong><br><br>hope u got what the problem is, and can somebody answer my last reply in the "Action Advertise detecting" post <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Sat Jun 07, 2003 9:33 am</p><hr />
]]></content>
	</entry>
	</feed>
