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

	<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-01-30T14:45:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[stdragon]]></name></author>
		<updated>2003-01-30T14:45:38-04:00</updated>

		<published>2003-01-30T14:45:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15972#p15972</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15972#p15972"/>
		<title type="html"><![CDATA[Multiple ctcps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15972#p15972"><![CDATA[
Make one proc to bind to the cmd thing, then in that proc, you have to process the subcommand yourself. Basically, get the subcmd using split/lindex, then do something like<br><div class="codebox"><p>Code: </p><pre><code>if {$subcmd == "cmd1"} {  blah blah} elseif {$subcmd == "cmd2"} {  blah blah}</code></pre></div>I think that's what your'e asking anyway..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8">stdragon</a> — Thu Jan 30, 2003 2:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-01-30T07:21:47-04:00</updated>

		<published>2003-01-30T07:21:47-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15957#p15957</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15957#p15957"/>
		<title type="html"><![CDATA[Multiple ctcps]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15957#p15957"><![CDATA[
Heya, i read that the CTCP command is not stackable, but i am having problems with using the ctcp:flooder (in the tcl archive section)<br><br>Bind raw is not working for some reason...<br><br>Are there any ways to accept multiple ctcps?<br><br>I want somethink like this:<br>/ctcp [bot] [cmd] [parm1] [parm2]<br><br>So first i have to check for [cmd], and then process the [cmd] with the [parms]<br><br>Any tips / sample scripts?<p>Statistics: Posted by Guest — Thu Jan 30, 2003 7:21 am</p><hr />
]]></content>
	</entry>
	</feed>
