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

	<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>2009-04-23T18:45:23-04:00</updated>

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

		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-04-23T18:45:23-04:00</updated>

		<published>2009-04-23T18:45:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88557#p88557</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88557#p88557"/>
		<title type="html"><![CDATA[channel message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88557#p88557"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># set here the single channel name for output (or a space delimited string of channel names)set vMsgChannels "#whatever"# set here the command to output a messageset vMsgCommand !msg# set here the message to outputset vMsgText "this is what I want to output on command"bind PUB - $vMsgCommand pMsgProcproc pMsgProc {nick uhost hand channel txt} {    global vMsgChannels vMsgText    if {[lsearch -exact [split [string tolower $vMsgChannels]] [string tolower $channel]] != -1} {        putserv "PRIVMSG $channel :$vMsgText"    }    return 0}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Apr 23, 2009 6:45 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[paulOr]]></name></author>
		<updated>2009-04-23T15:01:21-04:00</updated>

		<published>2009-04-23T15:01:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=88548#p88548</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=88548#p88548"/>
		<title type="html"><![CDATA[channel message]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=88548#p88548"><![CDATA[
Im looking for a script that will display a certain message in a channel on command, however i only want it to work on 1 channel, and no other channels the bot is in. <br><br>anyone got something like that?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10300">paulOr</a> — Thu Apr 23, 2009 3:01 pm</p><hr />
]]></content>
	</entry>
	</feed>
