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

	<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-12-03T13:34:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-12-03T13:34:46-04:00</updated>

		<published>2005-12-03T13:34:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57923#p57923</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57923#p57923"/>
		<title type="html"><![CDATA[ctcp expression]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57923#p57923"><![CDATA[
learn CTCP and use octal escapes (i.e. \001) to embed non-ascii chars in the string<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Sat Dec 03, 2005 1:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[IRCNick]]></name></author>
		<updated>2005-12-03T10:39:00-04:00</updated>

		<published>2005-12-03T10:39:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=57922#p57922</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=57922#p57922"/>
		<title type="html"><![CDATA[ctcp expression]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=57922#p57922"><![CDATA[
Hi,<br><br>How can I express ctcp in tcl. I want to modify this script to ping the bot every X min, because of lagging problem. <div class="codebox"><p>Code: </p><pre><code>set time-to-send 4set anti-idle-msg ":-)"set what-nick "$botnick" set what-nick [string tolower ${nick}]if {![info exists {antiidle-loaded}]} {  global what-nick anti-idle-msg time-to-send  set antiidle-loaded 1  timer ${time-to-send} ZimoZimo-proc}proc ZimoZimo-proc {} {  global what-nick anti-idle-msg time-to-send  putserv "PRIVMSG ${what-nick} :${anti-idle-msg}"  timer ${time-to-send} ZimoZimo-proc}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6849">IRCNick</a> — Sat Dec 03, 2005 10:39 am</p><hr />
]]></content>
	</entry>
	</feed>
