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

	<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>2003-03-12T19:51:30-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-12T19:51:30-04:00</updated>

		<published>2003-03-12T19:51:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17812#p17812</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17812#p17812"/>
		<title type="html"><![CDATA[Match ? character]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17812#p17812"><![CDATA[
This is because the string passes through the Tcl parser, before reaching eggdrop.<br><br>The Tcl parser, will convert escape codes. Thus we need to force a \ to be sent to eggdrop, by escaping the slash.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 12, 2003 7:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[scr0llwheel]]></name></author>
		<updated>2003-03-12T19:39:54-04:00</updated>

		<published>2003-03-12T19:39:54-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17809#p17809</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17809#p17809"/>
		<title type="html"><![CDATA[Match ? character]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17809#p17809"><![CDATA[
Ahh, yes, that works. I just tested it. Thanks<br><br>Good guess  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2465">scr0llwheel</a> — Wed Mar 12, 2003 7:39 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-03-12T19:37:02-04:00</updated>

		<published>2003-03-12T19:37:02-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17808#p17808</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17808#p17808"/>
		<title type="html"><![CDATA[Match ? character]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17808#p17808"><![CDATA[
I aint particualy sure. Maybe it requires a physical slash.<br><br>This is done by escaping the excape code - EG<br><br>"* \\?*"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Mar 12, 2003 7:37 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[scr0llwheel]]></name></author>
		<updated>2003-03-12T19:24:05-04:00</updated>

		<published>2003-03-12T19:24:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=17807#p17807</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=17807#p17807"/>
		<title type="html"><![CDATA[Match ? character]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=17807#p17807"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>bind pubm - "* \?*" per:command</code></pre></div>I want to match any text said in the channel starting with the character ?. But since ? is a "matching character" it accepts any and all text said on the channel. How can I escape the ? so it matches against it? And I don't want to put anything in the proc. I want it to be in the pubm bind.<br><br>-scr0llwheel<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2465">scr0llwheel</a> — Wed Mar 12, 2003 7:24 pm</p><hr />
]]></content>
	</entry>
	</feed>
