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

	<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>2005-03-15T13:27:46-04:00</updated>

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

		<entry>
		<author><name><![CDATA[mindflow]]></name></author>
		<updated>2005-03-15T13:27:46-04:00</updated>

		<published>2005-03-15T13:27:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47707#p47707</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47707#p47707"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47707#p47707"><![CDATA[
thnx  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_razz.gif" width="15" height="15" alt=":P" title="Razz"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6052">mindflow</a> — Tue Mar 15, 2005 1:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-15T13:20:52-04:00</updated>

		<published>2005-03-15T13:20:52-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47706#p47706</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47706#p47706"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47706#p47706"><![CDATA[
On the bot reading/sending the topic<div class="codebox"><p>Code: </p><pre><code>putbot botname "keyword &lt;topic or whatever goes here&gt;"</code></pre></div>where botname is the name of the bot you want to send the topic to.<br><br>On the bot receiving the msg<div class="codebox"><p>Code: </p><pre><code>bind bot b keyeord proc:nameproc proc:name {frombot cmd arg} { # ...}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue Mar 15, 2005 1:20 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mindflow]]></name></author>
		<updated>2005-03-15T12:56:35-04:00</updated>

		<published>2005-03-15T12:56:35-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47704#p47704</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47704#p47704"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47704#p47704"><![CDATA[
thats no help to me.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6052">mindflow</a> — Tue Mar 15, 2005 12:56 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Sir_Fz]]></name></author>
		<updated>2005-03-15T12:41:33-04:00</updated>

		<published>2005-03-15T12:41:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47703#p47703</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47703#p47703"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47703#p47703"><![CDATA[
<blockquote class="uncited"><div>  putbot &lt;bot-nick&gt; &lt;message&gt;<br>    Description: sends a message across the botnet to another bot. If no<br>      script intercepts the message on the other end, the message is<br>      ignored.<br>    Returns: nothing<br>    Module: core</div></blockquote>and use the bot bind to catch this on the other bot.<blockquote class="uncited"><div>    (18) BOT<br>         bind bot &lt;flags&gt; &lt;command&gt; &lt;proc&gt;<br>         proc-name &lt;from-bot&gt; &lt;command&gt; &lt;text&gt;<br><br>         Description: triggered by a message coming from another bot in<br>           the botnet. The first word is the command and the rest becomes<br>           the text argument; flags are ignored.<br>         Module: core</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3085">Sir_Fz</a> — Tue Mar 15, 2005 12:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mindflow]]></name></author>
		<updated>2005-03-15T12:29:39-04:00</updated>

		<published>2005-03-15T12:29:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47702#p47702</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47702#p47702"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47702#p47702"><![CDATA[
Ok, i have that part working ok.. but how would i send it true the botnet ? i can use "bot", but how would it send the topic to 1 bot only ?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6052">mindflow</a> — Tue Mar 15, 2005 12:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-03-15T11:55:03-04:00</updated>

		<published>2005-03-15T11:55:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47701#p47701</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47701#p47701"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47701#p47701"><![CDATA[
This should help you on the way then:<br><br>To read a topic<div class="codebox"><p>Code: </p><pre><code>topic #channel</code></pre></div>Set a topic<div class="codebox"><p>Code: </p><pre><code>putserv "TOPIC #channel :&lt;topic&gt;"</code></pre></div>There's also a topic bind that get triggered everytime a topic changes<div class="codebox"><p>Code: </p><pre><code>bind topc -|- * topicproc topic {nick host hand chan topic} { # ...}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Tue Mar 15, 2005 11:55 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[mindflow]]></name></author>
		<updated>2005-03-15T11:17:51-04:00</updated>

		<published>2005-03-15T11:17:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=47697#p47697</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=47697#p47697"/>
		<title type="html"><![CDATA[topic relay]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=47697#p47697"><![CDATA[
Somone that know if a TCL is written that can relay topic from one channel to another true a linked bot ? all i have seen is TCL's that can "lock" the topic, or set back the old one if the topic is lost, but thats not what i looking for. i think i can manage to make the code for the "relay" part, but i dont think i can be able to make it change the topic by it self, im not that good at coding yet..  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_cool.gif" width="15" height="15" alt="8)" title="Cool">  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=6052">mindflow</a> — Tue Mar 15, 2005 11:17 am</p><hr />
]]></content>
	</entry>
	</feed>
