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

	<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-07-01T21:42:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[demond]]></name></author>
		<updated>2005-07-01T21:42:10-04:00</updated>

		<published>2005-07-01T21:42:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51632#p51632</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51632#p51632"/>
		<title type="html"><![CDATA[Couple more things]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51632#p51632"><![CDATA[
you need to read <a href="http://forum.egghelp.org/viewtopic.php?t=6885" class="postlink">Basic File Operations</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5056">demond</a> — Fri Jul 01, 2005 9:42 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[awyeah]]></name></author>
		<updated>2005-06-30T02:50:21-04:00</updated>

		<published>2005-06-30T02:50:21-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51541#p51541</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51541#p51541"/>
		<title type="html"><![CDATA[Couple more things]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51541#p51541"><![CDATA[
For the /msg botnick command, you need the MSG bind.<br><div class="codebox"><p>Code: </p><pre><code>bind msg - "*" your:proc</code></pre></div>You can also use the MSGM bind, but you have to match the trigger. To dectect the trigger on bind msgm:<div class="codebox"><p>Code: </p><pre><code>if {[string equal -nocase "!trigger" [lindex $text 0]]} {</code></pre></div>Replace !trigger by the trigger you want.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4875">awyeah</a> — Thu Jun 30, 2005 2:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LiquidZoo]]></name></author>
		<updated>2005-06-29T13:32:53-04:00</updated>

		<published>2005-06-29T13:32:53-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51522#p51522</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51522#p51522"/>
		<title type="html"><![CDATA[Couple more things]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51522#p51522"><![CDATA[
Update to the second question, since it may not be clear:<br><br>I want !trigger to notice the user with the contents of a file something like this:<br><div class="codebox"><p>Code: </p><pre><code>set message_msg { {     This is where it will call the file}}</code></pre></div>I already have the part where it will NOTICE the user with a message that's already there, but how do I call a file from there?<br><br>Also, as a second part, how do I make it so that /msg $botnick newtrigger &lt;new text&gt; will open the same file from above and overwrite the text that is there with &lt;new text&gt;<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5651">LiquidZoo</a> — Wed Jun 29, 2005 1:32 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[LiquidZoo]]></name></author>
		<updated>2005-06-29T12:53:46-04:00</updated>

		<published>2005-06-29T12:53:46-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=51521#p51521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=51521#p51521"/>
		<title type="html"><![CDATA[Couple more things]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=51521#p51521"><![CDATA[
Ok, had some updates for my scripts; and there are a couple of things I can't figure out.<br><br>First off, I would like to have a command that only responds to a /msg to the bot that will voice users in the channel when they respond with a single * and remember those usernames to remove the voice on another command.  I couldn't find a script that would do this.  The bot will be opped.<br><br>Also, how would I go about echoing out the contents of a file on !trigger?  I have a script that will do it, but the message is saved there and I would like others to be able to change the contents of this file with an mirc script.  The bot runs on Linux, but mirc will be used to connect to the channels and for the updater script.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5651">LiquidZoo</a> — Wed Jun 29, 2005 12:53 pm</p><hr />
]]></content>
	</entry>
	</feed>
