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

	<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>2002-09-28T05:30:36-04:00</updated>

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

		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-09-28T05:30:36-04:00</updated>

		<published>2002-09-28T05:30:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11444#p11444</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11444#p11444"/>
		<title type="html"><![CDATA[how to make ignore case sensitive nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11444#p11444"><![CDATA[
I've tryed [string tolower $nick] but I didn't get the proper results. I'll try your sugestion to, if this is the one.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Sep 28, 2002 5:30 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-09-28T05:28:36-04:00</updated>

		<published>2002-09-28T05:28:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11443#p11443</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11443#p11443"/>
		<title type="html"><![CDATA[how to make ignore case sensitive nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11443#p11443"><![CDATA[
You meen if {[regexp "^\[a-zA-Z\]{[string len $nick]}" $nick]} { nick has only upper and lowercase letters...} ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Sat Sep 28, 2002 5:28 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-09-27T13:01:57-04:00</updated>

		<published>2002-09-27T13:01:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11435#p11435</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11435#p11435"/>
		<title type="html"><![CDATA[how to make ignore case sensitive nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11435#p11435"><![CDATA[
I suggest you taking look at <a href="http://forum.egghelp.org/viewtopic.php?t=2688" class="postlink">http://forum.egghelp.org/viewtopic.php?t=2688</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Fri Sep 27, 2002 1:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2002-09-27T12:51:29-04:00</updated>

		<published>2002-09-27T12:51:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11434#p11434</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11434#p11434"/>
		<title type="html"><![CDATA[how to make ignore case sensitive nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11434#p11434"><![CDATA[
what you suggest for nicks that gave } | ^ - and other like this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Fri Sep 27, 2002 12:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[darko``]]></name></author>
		<updated>2002-09-27T12:35:36-04:00</updated>

		<published>2002-09-27T12:35:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11432#p11432</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11432#p11432"/>
		<title type="html"><![CDATA[how to make ignore case sensitive nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11432#p11432"><![CDATA[
1) Check if it is a mixture of lower and upper case chars:<br><br>if {$nick == [string tolower $nick]} {... $nick is all lowercase}<br><br>2) String match will not match blah against BlAh unless you used -nocase switch.<br><br>3) Provide more info on what will be your merits to determine unallowed nick.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1881">darko``</a> — Fri Sep 27, 2002 12:35 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-09-27T12:22:11-04:00</updated>

		<published>2002-09-27T12:22:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=11431#p11431</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=11431#p11431"/>
		<title type="html"><![CDATA[how to make ignore case sensitive nicks]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=11431#p11431"><![CDATA[
Hello, some spam bots use specific nicks, and these nicks contain strings, the bots which I want to keep out use only nicks without special chars, and without caps, example of such nick: mxjklz and if I make bot check nicks on join  and check if they nick don't contain specific spam bot strings: {[string match "*mx*" $nick]} {....proc here, mxjklz gets banned but for example Nickmx would get banned too, and it's case sensitive nick so it ain't one of the bots I want to be banned.<br>I want bot do nothing if a nick contains caps/special chars/numbers.<br><br>I'd be grateful if someone enlighted me <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Thanks in advance,<br>Nexus6<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Fri Sep 27, 2002 12:22 pm</p><hr />
]]></content>
	</entry>
	</feed>
