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

	<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-02-05T17:36:06-04:00</updated>

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

		<entry>
		<author><name><![CDATA[greenbear]]></name></author>
		<updated>2005-02-05T17:36:06-04:00</updated>

		<published>2005-02-05T17:36:06-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46292#p46292</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46292#p46292"/>
		<title type="html"><![CDATA[noob msg binding problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46292#p46292"><![CDATA[
<div class="codebox"><p>Code: </p><pre><code>puthelp "PRIVMSG $nick :$msg"</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=24">greenbear</a> — Sat Feb 05, 2005 5:36 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Ulath]]></name></author>
		<updated>2005-02-05T17:29:48-04:00</updated>

		<published>2005-02-05T17:29:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=46291#p46291</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=46291#p46291"/>
		<title type="html"><![CDATA[noob msg binding problems]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=46291#p46291"><![CDATA[
I have a problem with the msg event binding, I have:<br><div class="codebox"><p>Code: </p><pre><code>proc whatever { nick host handle msg } {putlog "$msg"puthelp "PRIVMSG $nick $msg"}</code></pre></div>Simply to echo whatever a user says after the command, but while the putlog works and gives the whole string, the puthelp (and putserv) commands both only give the last word.  No matter what I've tried it always seems to only give the last word, except if I specifically do a lindex $msg 0 .. x<br><br>Its probably a really simple problem, but just cant seem to solve it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5605">Ulath</a> — Sat Feb 05, 2005 5:29 pm</p><hr />
]]></content>
	</entry>
	</feed>
