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

	<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>2005-06-30T15:58:16-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Gozar]]></name></author>
		<updated>2005-06-30T15:58:16-04:00</updated>

		<published>2005-06-30T15:58:16-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51579#p51579</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51579#p51579"/>
		<title type="html"><![CDATA[Match start of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51579#p51579"><![CDATA[
Thangs. It works flawless.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6423">Gozar</a> — Thu Jun 30, 2005 3:58 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-06-30T13:49:36-04:00</updated>

		<published>2005-06-30T13:49:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51571#p51571</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51571#p51571"/>
		<title type="html"><![CDATA[Match start of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51571#p51571"><![CDATA[
From tcl-commands.doc:<blockquote class="uncited"><div>JOIN (stackable)<br>         bind join &lt;flags&gt; &lt;mask&gt; &lt;proc&gt;<br>         procname &lt;nick&gt; &lt;user@host&gt; &lt;handle&gt; &lt;channel&gt;<br><br>         Description: triggered by someone joining the channel. The mask in<br>           the bind is matched against "#channel nick!user@host" and can<br>           contain wildcards</div></blockquote>so try<div class="codebox"><p>Code: </p><pre><code>bind join - "* \[ABC\]*!*@*" greet proc greet {nick uhost hand chan} {   puthelp "PRIVMSG $chan :Hello $nick. Nice To see you"   return 0 }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Thu Jun 30, 2005 1:49 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Gozar]]></name></author>
		<updated>2005-06-30T13:27:07-04:00</updated>

		<published>2005-06-30T13:27:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51570#p51570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51570#p51570"/>
		<title type="html"><![CDATA[Match start of nick]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51570#p51570"><![CDATA[
Hello. I'm trying to make a script that sends a messege to a user if the start of the nick contains  ex. [ABC] when they join the channel<br><div class="codebox"><p>Code: </p><pre><code>bind join - "\[ABC\]*" greetproc greet { nick chan} {  puthelp "PRIVMSG $chan :Hello $nick. Nice To see you"  return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6423">Gozar</a> — Thu Jun 30, 2005 1:27 pm</p><hr />
]]></content>
	</entry>
	</feed>
