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

	<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-10-09T16:09:02-04:00</updated>

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

		<entry>
		<author><name><![CDATA[jdart]]></name></author>
		<updated>2007-10-09T16:08:17-04:00</updated>

		<published>2007-10-09T16:08:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76540#p76540</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76540#p76540"/>
		<title type="html"><![CDATA[simple command (re)sender [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76540#p76540"><![CDATA[
solved by using partial solution from do.tcl by kazoo<br><div class="codebox"><p>Code: </p><pre><code>bind msg n|f blabla cmd:doproc cmd:do {nick host handle text} {putserv "$text"puthelp "Privmsg $nick :Done"}bind dcc n|f do proc:doproc proc:do {handle idx text} {putserv "$text"}</code></pre></div>instead of blabla in first line could be anything else as a prefix (and should be changed). this is not exactly what i wanted but serves the purpose. <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><br>edit: the second bind is for inside dcc ..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9354">jdart</a> — Tue Oct 09, 2007 4:08 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[jdart]]></name></author>
		<updated>2007-10-09T16:09:02-04:00</updated>

		<published>2007-10-08T16:08:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=76481#p76481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=76481#p76481"/>
		<title type="html"><![CDATA[simple command (re)sender [solved]]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=76481#p76481"><![CDATA[
hello guys, i've posted this on another place but it seems to me that egghelp.org community is much more active so let me try here.<br><br>this is the basic idea. when i type<br><br>/notice &lt;bot&gt; &lt;cmd&gt;<br><br>if my mask match certian criteria cmd will be executed. for example:<br><br>/notice somebot part #channel buh bye<br><br>if my mask is jdart!*@*.myisp.com<br><br>bot will leave the #channel with part message, and list of masks could be provided at the begining of the script. so the approach is for the bot to just execute raw irc command send via notice or msg.<br><br>does anyone have some solution on how to accomplish this. of course instead of /notice could be /msg &lt;bot&gt; &lt;cmd&gt;, whatever is easier.<br><br>this is more like an idea, im not into tcl so whatever is the easiest or most elegant. apologies if this has been answered before, i couldnt find it. reason for this is, well this can make bot owners life easier. :)<br><br>thanks in advance.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9354">jdart</a> — Mon Oct 08, 2007 4:08 pm</p><hr />
]]></content>
	</entry>
	</feed>
