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

	<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>2009-02-28T18:11:12-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Fill]]></name></author>
		<updated>2009-02-28T18:11:12-04:00</updated>

		<published>2009-02-28T18:11:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87618#p87618</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87618#p87618"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87618#p87618"><![CDATA[
thanks, great guides!!!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10430">Fill</a> — Sat Feb 28, 2009 6:11 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-02-25T13:15:24-04:00</updated>

		<published>2009-02-25T13:15:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87552#p87552</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87552#p87552"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87552#p87552"><![CDATA[
Personally, I don't find regular expressions that weird, just a little overwhelming when you deal with them for the first time.<br><br>Have a look at the <a href="http://www.tcl.tk/man/tcl8.4/TclCmd/re_syntax.htm" class="postlink">"Regular expression syntax" manpage</a>. I believe you'll find it helpful when dealing with regular expressions. Another good resource would be <a href="http://www.regular-expressions.info/tutorial.html" class="postlink">http://www.regular-expressions.info/tutorial.html</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Wed Feb 25, 2009 1:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fill]]></name></author>
		<updated>2009-02-25T05:10:40-04:00</updated>

		<published>2009-02-25T05:10:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87548#p87548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87548#p87548"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87548#p87548"><![CDATA[
yeap, it's weird, thanks for the info., I'll search for a good tutorial.<br><br>Once again, thanks <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=10430">Fill</a> — Wed Feb 25, 2009 5:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-02-23T15:01:03-04:00</updated>

		<published>2009-02-23T15:01:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87532#p87532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87532#p87532"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87532#p87532"><![CDATA[
^ [A-Z]+ $<br><br><br>in this case:<br><br>^ - beginning of string<br>$ - end of string<br>[A-Z] - set of chars<br>+ - previous char/set of chars could occur one or more times<br><br>Its rly weird. <br>Better go and study some good tutorial <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"> (no offense)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Mon Feb 23, 2009 3:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fill]]></name></author>
		<updated>2009-02-23T14:05:59-04:00</updated>

		<published>2009-02-23T14:05:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87531#p87531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87531#p87531"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87531#p87531"><![CDATA[
worked  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"> <br><br>thanks. <br><br>But could you explain me what is that command? I wanted to learn it  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>Once again, thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10430">Fill</a> — Mon Feb 23, 2009 2:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tomekk]]></name></author>
		<updated>2009-02-23T09:39:22-04:00</updated>

		<published>2009-02-23T09:39:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87525#p87525</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87525#p87525"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87525#p87525"><![CDATA[
try:<div class="codebox"><p>Code: </p><pre><code>[regexp {^[A-Z]+$} $nick]</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10332">tomekk</a> — Mon Feb 23, 2009 9:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Fill]]></name></author>
		<updated>2009-02-23T08:59:06-04:00</updated>

		<published>2009-02-23T08:59:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87524#p87524</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87524#p87524"/>
		<title type="html"><![CDATA[Check if nickname is caps lock]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87524#p87524"><![CDATA[
Hi, I'm trying to make a script that kicks users with caps lock on their nick, and to do that, I tried this:<br><div class="codebox"><p>Code: </p><pre><code>if {[regexp {[A-Z]} $nick]} { KICK blah blah blah... }</code></pre></div>And it DOES work with caps lock nicks, but it also kicks users which have a nickname like "IamYou" (I mean, some capital letters in the middle), and I just want it to detect nicknames with caps lock on all of the letters.<br><br>Could you help me with this please?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10430">Fill</a> — Mon Feb 23, 2009 8:59 am</p><hr />
]]></content>
	</entry>
	</feed>
