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

	<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>2020-12-22T09:48:40-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ORATEGOD]]></name></author>
		<updated>2020-12-22T09:48:40-04:00</updated>

		<published>2020-12-22T09:48:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109254#p109254</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109254#p109254"/>
		<title type="html"><![CDATA[Mrc -&gt; TCL !!! Plis !!!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109254#p109254"><![CDATA[
<strong class="text-strong">Thank you very much for your help</strong> ... you are geniuses !!<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12869">ORATEGOD</a> — Tue Dec 22, 2020 9:48 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[CrazyCat]]></name></author>
		<updated>2020-12-22T04:52:37-04:00</updated>

		<published>2020-12-22T04:52:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109252#p109252</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109252#p109252"/>
		<title type="html"><![CDATA[Mrc -&gt; TCL !!! Plis !!!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109252#p109252"><![CDATA[
<strong class="text-strong">$1-</strong> means the line which binds the trigger.<br>So the script might be:<div class="codebox"><p>Code: </p><pre><code>set catch(words) {   "*New Releases*"                 }set chanin "#chan1"set chanout "#chan2"foreach word $catch(words)  {bind pubm -|- "$chanin $word" catch:word}proc catch:word {nick uhost hand chan text} {   putserv "PRIVMSG $::chanout :$text"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=691">CrazyCat</a> — Tue Dec 22, 2020 4:52 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ComputerTech]]></name></author>
		<updated>2020-12-22T03:05:12-04:00</updated>

		<published>2020-12-22T03:05:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109251#p109251</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109251#p109251"/>
		<title type="html"><![CDATA[Mrc -&gt; TCL !!! Plis !!!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109251#p109251"><![CDATA[
Something like this Perhaps?<br><div class="codebox"><p>Code: </p><pre><code>set catch(words) {"*New Releases*"                  }set catch(message) {"set your message here"}foreach word $catch(words)  {bind pubm -|- "$word" catch:word}proc catch:word {nick uhost hand chan text} {global catchputserv "PRIVMSG $chan :$catch(message)"}</code></pre></div>Untested  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12849">ComputerTech</a> — Tue Dec 22, 2020 3:05 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ORATEGOD]]></name></author>
		<updated>2020-12-21T23:53:31-04:00</updated>

		<published>2020-12-21T23:53:31-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=109249#p109249</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=109249#p109249"/>
		<title type="html"><![CDATA[Mrc -&gt; TCL !!! Plis !!!!]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=109249#p109249"><![CDATA[
Someone who can tell me ... if it is possible this MRC pass it to a TCL ...<br><br>I already appreciate your response ...<br><br><strong class="text-strong">sorry for my bad English.</strong><br><br><div class="codebox"><p>Code: </p><pre><code>on *:text:*New*Releases*:#Chan1: {/msg #Chan2 $1-  }</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12869">ORATEGOD</a> — Mon Dec 21, 2020 11:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
