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

	<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-02-26T07:59:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-02-26T07:59:05-04:00</updated>

		<published>2005-02-26T07:59:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46954#p46954</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46954#p46954"/>
		<title type="html"><![CDATA[Matching #channel in $text, excluding #mychannel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46954#p46954"><![CDATA[
should use the "-nocase" switch as well when using string match.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Sat Feb 26, 2005 7:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[De Kus]]></name></author>
		<updated>2005-02-25T00:13:10-04:00</updated>

		<published>2005-02-25T00:13:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46907#p46907</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46907#p46907"/>
		<title type="html"><![CDATA[Matching #channel in $text, excluding #mychannel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46907#p46907"><![CDATA[
&amp;&amp; ![string equal $match #mychannel]<br>looking for this?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2382">De Kus</a> — Fri Feb 25, 2005 12:13 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-02-24T22:23:38-04:00</updated>

		<published>2005-02-24T22:23:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46905#p46905</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46905#p46905"/>
		<title type="html"><![CDATA[Matching #channel in $text, excluding #mychannel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46905#p46905"><![CDATA[
wrap it into a if.. ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Thu Feb 24, 2005 10:23 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Longbow]]></name></author>
		<updated>2005-02-24T17:52:02-04:00</updated>

		<published>2005-02-24T17:52:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46900#p46900</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46900#p46900"/>
		<title type="html"><![CDATA[Matching #channel in $text, excluding #mychannel]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46900#p46900"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>if {[regexp {((#)+([a-zA-Z0-9])+)} $text match]}</code></pre></div>Well I found there above somewhere searching on this forum. But how would I exclude #mychannel from that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5887">Longbow</a> — Thu Feb 24, 2005 5:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
