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

	<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>2004-04-15T19:53:25-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Caribou]]></name></author>
		<updated>2004-04-15T19:52:52-04:00</updated>

		<published>2004-04-15T19:52:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35592#p35592</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35592#p35592"/>
		<title type="html"><![CDATA[Got problem with user nicknames using [] brackets]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35592#p35592"><![CDATA[
Thanks for helping me guys, i corrected everything in my script, and tested out, now i guess there is no way to abuse and mess everything with name like " [nickname] " , and other special character aren't allowed on servers (i think lol) <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>I used your  link caesar for correcting Utimers<br><br>and i used regsub for correcting my Regexp dollar<br><br>so thanks both of you <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=";)" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4823">Caribou</a> — Thu Apr 15, 2004 7:52 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[caesar]]></name></author>
		<updated>2004-04-15T13:56:58-04:00</updated>

		<published>2004-04-15T13:56:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35576#p35576</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35576#p35576"/>
		<title type="html"><![CDATA[Got problem with user nicknames using [] brackets]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35576#p35576"><![CDATA[
Have a look at <a href="http://www.peterre.com/characters.html" class="postlink">this</a> page.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=187">caesar</a> — Thu Apr 15, 2004 1:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dollar]]></name></author>
		<updated>2004-04-15T13:46:57-04:00</updated>

		<published>2004-04-15T13:46:57-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35575#p35575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35575#p35575"/>
		<title type="html"><![CDATA[Got problem with user nicknames using [] brackets]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35575#p35575"><![CDATA[
Either use regsub to escape the ['s and ]'s, or try and make your script use strings/lists in a good way.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4046">dollar</a> — Thu Apr 15, 2004 1:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Caribou]]></name></author>
		<updated>2004-04-15T19:53:25-04:00</updated>

		<published>2004-04-15T13:28:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=35574#p35574</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=35574#p35574"/>
		<title type="html"><![CDATA[Got problem with user nicknames using [] brackets]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=35574#p35574"><![CDATA[
Hello, im beginner to TCL scripting and im currently coding my own script, translation from mirc script.<br><br>Im almost done but i found out i got problems with people using [] brackets in their nickname, like [leet] .. it is just totally messing my script <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_sad.gif" width="15" height="15" alt=":(" title="Sad"><br><br>and yes i tried to search before posting, i only found some help for [expr] double evaluate.. i tried to use {} like {$nick} to prevent double evaluation but it didn't worked, i tried some commands on my bot with [die] as nickname, eggdrop disconnecting with some of them (commands) lol <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>yeah i found thats funny, easy way to mess a bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_lol.gif" width="15" height="15" alt=":lol:" title="Laughing"> <br><br>but i wanna protect my script  from this, how can i stop my script from evaluating a $nick as a command ? i don't wanna trim those [] by the way, i guess there is another way..<br><br>Thanks for any help, sorry for my weird english <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4823">Caribou</a> — Thu Apr 15, 2004 1:28 pm</p><hr />
]]></content>
	</entry>
	</feed>
