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

	<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-11-25T00:15:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-25T00:15:38-04:00</updated>

		<published>2002-11-25T00:15:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13562#p13562</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13562#p13562"/>
		<title type="html"><![CDATA[Why only Guest is working and GuestXXXXX not ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13562#p13562"><![CDATA[
Oh, also, you have to start it with ^ if you don't want it to match 'guest' anywhere in the nick.<br><br>^guest.*<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Nov 25, 2002 12:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2002-11-25T00:15:05-04:00</updated>

		<published>2002-11-25T00:15:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13561#p13561</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13561#p13561"/>
		<title type="html"><![CDATA[Why only Guest is working and GuestXXXXX not ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13561#p13561"><![CDATA[
Also, regexp doesn't use * the same way as you think. You're asking it to match guestttttttt, not guest12345. If you want any nick that starts with guest, use guest.* (note the period)<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Mon Nov 25, 2002 12:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-11-24T11:35:42-04:00</updated>

		<published>2002-11-24T11:35:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13551#p13551</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13551#p13551"/>
		<title type="html"><![CDATA[Why only Guest is working and GuestXXXXX not ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13551#p13551"><![CDATA[
You may find reading the Tcl man pages will help you with this.<br><br>You are sendign the arguments in the wrong order.<br><br>I also sugest using "string match" and not regexp for such a simple match.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Sun Nov 24, 2002 11:35 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Nexus6]]></name></author>
		<updated>2002-11-23T10:00:26-04:00</updated>

		<published>2002-11-23T10:00:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13508#p13508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13508#p13508"/>
		<title type="html"><![CDATA[Why only Guest is working and GuestXXXXX not ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13508#p13508"><![CDATA[
it works eh?<br><blockquote class="uncited"><div>if {[regexp -nocase $nick "Guest*"]} </div></blockquote><strong class="text-strong">-nocase</strong> so no case ;P <div class="codebox"><p>Code: </p><pre><code>if {[regexp -nocase $nick "guest*"]} </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=1850">Nexus6</a> — Sat Nov 23, 2002 10:00 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-11-23T07:41:51-04:00</updated>

		<published>2002-11-23T07:41:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=13506#p13506</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=13506#p13506"/>
		<title type="html"><![CDATA[Why only Guest is working and GuestXXXXX not ?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=13506#p13506"><![CDATA[
Why my Eggdrop is only listen on Guest and not on Guest53324 ?<br><br>I use this Code in my TCL File<br><br>if {[regexp -nocase $nick "Guest*"]} <br><br>Thanks for Help<p>Statistics: Posted by Guest — Sat Nov 23, 2002 7:41 am</p><hr />
]]></content>
	</entry>
	</feed>
