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

	<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>2007-09-24T11:12:37-04:00</updated>

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

		<entry>
		<author><name><![CDATA[jeremie]]></name></author>
		<updated>2007-08-31T05:12:43-04:00</updated>

		<published>2007-08-31T05:12:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75582#p75582</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75582#p75582"/>
		<title type="html"><![CDATA[Solved]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75582#p75582"><![CDATA[
Thank you iamdeath.<br><br>I put the set mybot1 "YourFirstBot" in the conf.<br>Added mybot1 to Global and inserted if {[onchan $mybot1 $chan]} { return ) after changing the ) to } .<br><br>It worked because "MySecondBot" didn't reply and in a channel where "YourFirstBot" was missing "MySecondBot" replied.<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9266">jeremie</a> — Fri Aug 31, 2007 5:12 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[iamdeath]]></name></author>
		<updated>2007-08-30T22:33:40-04:00</updated>

		<published>2007-08-30T22:33:40-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75575#p75575</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75575#p75575"/>
		<title type="html"><![CDATA[Issue with command trigger script. [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75575#p75575"><![CDATA[
Modify your script with this line:<br><br><div class="codebox"><p>Code: </p><pre><code>set mybot1 "YourFirstBot"if {[onchan $mybot1 $chan]} { return )</code></pre></div>What it is going to do is, it will check if your bot is already on the channel then it will not continue, if your bot is offline then it will go thruogh the whole script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5982">iamdeath</a> — Thu Aug 30, 2007 10:33 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[smash]]></name></author>
		<updated>2007-08-30T18:18:46-04:00</updated>

		<published>2007-08-30T18:18:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75570#p75570</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75570#p75570"/>
		<title type="html"><![CDATA[Issue with command trigger script. [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75570#p75570"><![CDATA[
change the tigger for the other bot.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_wink.gif" width="15" height="15" alt=":wink:" title="Wink"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8041">smash</a> — Thu Aug 30, 2007 6:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jeremie]]></name></author>
		<updated>2007-09-24T11:12:37-04:00</updated>

		<published>2007-08-30T15:54:13-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=75568#p75568</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=75568#p75568"/>
		<title type="html"><![CDATA[Issue with command trigger script. [Solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=75568#p75568"><![CDATA[
I have a script that replys with a message to a given command on channel.<br>The script works without a problem but I want to add it to two or more bots  so the reply can be still given if one or more of the bots are offline.<br>When I added it to a second bot both bots replied.<br>Is there a way that I can make only one of my bots relpy to the command and still have the script running on more than one bot for when one bot goes offline?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9266">jeremie</a> — Thu Aug 30, 2007 3:54 pm</p><hr />
]]></content>
	</entry>
	</feed>
