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

	<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-23T06:40:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-01-23T06:40:38-04:00</updated>

		<published>2003-01-23T06:40:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15693#p15693</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15693#p15693"/>
		<title type="html"><![CDATA[ctcp commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15693#p15693"><![CDATA[
Note the type of bind you have used (DCC), and now note the tcl-command.doc information, regarding how many arguemtnts DCC procs use, and there contents.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Jan 23, 2003 6:40 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ReaLz]]></name></author>
		<updated>2003-01-23T06:06:55-04:00</updated>

		<published>2003-01-23T06:06:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=15689#p15689</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=15689#p15689"/>
		<title type="html"><![CDATA[ctcp commands]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=15689#p15689"><![CDATA[
I'm trying to make a tcl script that can CTCP a user with a .ctcp command from the partyline,<br>I have written these:<br>bind dcc m ctcp ctcp_com<br>bind ctcr - PING ping_me_reply<br><br>proc ctcp_com {nick uhost hand arg} {<br>     set arg [string toupper $arg]<br>     if {$arg == "*PING*"} {<br>putlog "#$hand# CTCP to $nick PING"<br>putserv "PRIVMSG $nick :\001PING [unixtime]\001"<br>          return 0<br>     } <br>}<br> and when I'm trying to .ctcp me PING it says that:<br>[12:17] Tcl error [ctcp_com]: no value given for parameter "arg" to "ctcp_com"<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2044">ReaLz</a> — Thu Jan 23, 2003 6:06 am</p><hr />
]]></content>
	</entry>
	</feed>
