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

	<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>2013-01-31T16:55:05-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Madalin]]></name></author>
		<updated>2013-01-31T16:55:05-04:00</updated>

		<published>2013-01-31T16:55:05-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=100871#p100871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=100871#p100871"/>
		<title type="html"><![CDATA[On text Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=100871#p100871"><![CDATA[
You can add as many channels you want and as many texts to watch. If any text is found it will be relayed to the other channels from temp(chans)<br><div class="codebox"><p>Code: </p><pre><code>bind PUBM - * relay:pubmset temp(chans) {"#channel1""#channel2"}set temp(msg) {"im here""no im there"}proc relay:pubm {nick uhost hand chan arg} {global tempforeach w [split $temp(msg)] {if {[string match "*$w*" $arg]} {foreach c $temp(chans) {putserv "PRIVMSG $c :$arg"}}}}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6396">Madalin</a> — Thu Jan 31, 2013 4:55 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Football]]></name></author>
		<updated>2011-03-19T06:44:22-04:00</updated>

		<published>2011-03-19T06:44:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=96496#p96496</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=96496#p96496"/>
		<title type="html"><![CDATA[On text Script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=96496#p96496"><![CDATA[
Hey, I need quite a simple, yet configurable script that relays when 'on text' messages match on one room to one/more other rooms.<br><br>Example<br><br>Text matching: *hello* Love* *Spear <br>* The text matching can be infinte and added via pub message or on the .tcl script itself.<br><br>* To what room(s) relay?<br>* Configure: #Alan, #Tony<br><br>&lt;Someone&gt; good morning people. What a lovely day<br><br>* bot will relay the whole sentence to #Alan &amp; #Tony<br><br>Another example:<br>&lt;Someone&gt; Spear<br><br>Will relay it to #Alan &amp; #Tony<br><br>Help please. thanks.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10393">Football</a> — Sat Mar 19, 2011 6:44 am</p><hr />
]]></content>
	</entry>
	</feed>
