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

	<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>2002-02-09T15:45:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-02-09T15:45:00-04:00</updated>

		<published>2002-02-09T15:45:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4414#p4414</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4414#p4414"/>
		<title type="html"><![CDATA[how do i start a file of program when someone types !update]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4414#p4414"><![CDATA[
Try this:<br><div class="codebox"><p>Code: </p><pre><code># Set the flag required to use the !update command here.set update_setting(flag) "m|m"# Set the path of the file to execute here.set update_setting(exec) "./pisg.pl"# Set the url of your stats page here.set update_setting(msg) "mIRC stats updated at http://www.somethingi.cantfigure.out.com"# Set the update command here.set update_setting(cmd) "!update"bind pub $update_setting(flag) $update_setting(cmd) pub:updateproc pub:update {nick uhost hand chan text} {global update_settingputhelp "PRIVMSG $chan :[expr {[catch {exec $update_setting(exec)} error]?"$update_setting(exec) could not be executed ([string totitle $error]).":$update_setting(msg)}]"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sat Feb 09, 2002 3:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-02-05T08:12:00-04:00</updated>

		<published>2002-02-05T08:12:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=4317#p4317</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=4317#p4317"/>
		<title type="html"><![CDATA[how do i start a file of program when someone types !update]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=4317#p4317"><![CDATA[
hi i want to automatically start a mircstats updater like<br>./pisg.pl when someone types !update<br><br>f.e. i am in channel #sixts<br>now when someone types !update, i want<br>the scripts to start ./pisg.pl which makes IRC stats and then it has to display in channel #sixth:<br>mIRC stats updated at <a href="http://www.somethingi.cantfigure.out.com" class="postlink">http://www.somethingi.cantfigure.out.com</a><br><br>pls help<p>Statistics: Posted by Guest — Tue Feb 05, 2002 8:12 am</p><hr />
]]></content>
	</entry>
	</feed>
