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

	<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-03-27T00:41:18-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Ofloo]]></name></author>
		<updated>2004-03-27T00:41:18-04:00</updated>

		<published>2004-03-27T00:41:18-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34969#p34969</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34969#p34969"/>
		<title type="html"><![CDATA[Obtain and write data from a notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34969#p34969"><![CDATA[
check your docu for bind raw - NOTICE example bind to #?* for a packet<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3151">Ofloo</a> — Sat Mar 27, 2004 12:41 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-03-26T17:50:42-04:00</updated>

		<published>2004-03-26T17:50:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=34967#p34967</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=34967#p34967"/>
		<title type="html"><![CDATA[Obtain and write data from a notice]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=34967#p34967"><![CDATA[
I run an eggdrop and iroffer bot, but in the most recent version of Iroffer (b05), they decided to get rid of the .xdcc log file, so I can't display my bot's packlisting via the internet.<br><br>I had an idea to get the feature back though. Basically, I am trying to write a script that every 5 minutes sends a PRIVMSG to the bot, and then when it obtains the notices, it stores them in a file.<br><br>Unfortunately, I can't even get the bot to message correctly. Here is an example of my code so far.<br><br>set channel "#point-blank"<br>set botname "Canti-sama"<br><br>bind time - "?0 * * * *" getxdcc<br>bind time - "?5 * * * *" getxdcc<br><br>proc getxdcc {n h handle ch te} {<br>global channel botname<br>foreach chan $channel {<br>utimer 5 {putserv "PRIVMSG $botname :xdcc list"}<br>}<br>}<br><br><br>If anyone can also offer ideas as to how to code the file storage part, it would be appreciated.<p>Statistics: Posted by Guest — Fri Mar 26, 2004 5:50 pm</p><hr />
]]></content>
	</entry>
	</feed>
