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

	<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>2004-02-11T13:51:38-04:00</updated>

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

		<entry>
		<author><name><![CDATA[spock]]></name></author>
		<updated>2004-02-11T13:51:38-04:00</updated>

		<published>2004-02-11T13:51:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33474#p33474</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33474#p33474"/>
		<title type="html"><![CDATA[Error Setting CTCP the way i should want it.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33474#p33474"><![CDATA[
bravo kami! that's some top dollar advice  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_mrgreen.gif" width="15" height="15" alt=":mrgreen:" title="Mr. Green"> <br><br>i'd suggest reading tcl-commands.doc, commy.<br>like bind ctcp, for instance, and what it passes <br>along to the procedure<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2369">spock</a> — Wed Feb 11, 2004 1:51 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[]Kami[]]></name></author>
		<updated>2004-02-11T12:54:25-04:00</updated>

		<published>2004-02-11T12:54:25-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33470#p33470</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33470#p33470"/>
		<title type="html"><![CDATA[Error Setting CTCP the way i should want it.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33470#p33470"><![CDATA[
Try:<br><div class="codebox"><p>Code: </p><pre><code>if {[info exists ctcptime]} { bind ctcp - "ctcp_time" ctcp_time } proc ctcp_time {nick} { putserv "NOTICE $nick :\001TIME $::ctcptime\001" } </code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3559">]Kami[</a> — Wed Feb 11, 2004 12:54 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CoMMy]]></name></author>
		<updated>2004-02-11T10:44:43-04:00</updated>

		<published>2004-02-11T10:44:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33456#p33456</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33456#p33456"/>
		<title type="html"><![CDATA[Error Setting CTCP the way i should want it.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33456#p33456"><![CDATA[
I have this TCL and i get an error. Can you help?<br><div class="codebox"><p>Code: </p><pre><code>if {[info exists ctcptime]} { bind ctcp - TIME ctcp_time }proc ctcp_time {nick} {putserv "NOTICE $nick :\001TIME $::ctcptime\001" }</code></pre></div>I get this error.<br><div class="codebox"><p>Code: </p><pre><code>[16:36] Tcl error [ctcp_time]: called "ctcp_time" with too many arguments</code></pre></div>Please help me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3555">CoMMy</a> — Wed Feb 11, 2004 10:44 am</p><hr />
]]></content>
	</entry>
	</feed>
