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

	<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>2002-01-20T20:24:00-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Wcc]]></name></author>
		<updated>2002-01-20T20:24:00-04:00</updated>

		<published>2002-01-20T20:24:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3912#p3912</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3912#p3912"/>
		<title type="html"><![CDATA[send a msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3912#p3912"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code># Set the message command here.set global_cmd "!global"# Set the flags required to use this# command here.set global_flags "m|-"bind msg $global_flags $global_cmd msg:globalproc msg:global {nick uhost hand text} {global global_cmdif {$text == ""} { putserv "NOTICE $nick :Usage: $global_cmd &lt;notice&gt;" ; return 0 }putserv "NOTICE $*.br :$text"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=270">Wcc</a> — Sun Jan 20, 2002 8:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-01-19T17:42:00-04:00</updated>

		<published>2002-01-19T17:42:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=3860#p3860</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=3860#p3860"/>
		<title type="html"><![CDATA[send a msg to server]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=3860#p3860"><![CDATA[
<br>Hi<br><br>I need a TCL that the bot when receives a command in /msg, it does a /notice $*.br :msg<br><br>just like this<br><br>/msg my-bot !global test 1 2 3<br><br>and the bot dumps a msg do the server:<br><br>/notice $*.br :test 1 2 3<br><br>Thanks!<p>Statistics: Posted by Guest — Sat Jan 19, 2002 5:42 pm</p><hr />
]]></content>
	</entry>
	</feed>
