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

	<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>2004-09-01T22:29:32-04:00</updated>

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

		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-09-01T22:29:32-04:00</updated>

		<published>2004-09-01T22:29:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40529#p40529</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40529#p40529"/>
		<title type="html"><![CDATA[message script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40529#p40529"><![CDATA[
That's happening becuse there need to be a : before the text to send. The correct format is:<br><br>putquick "PRIVMSG nick :Text to send"<br><br>So you'd need to parse out the nick:<br><br>putquick "PRIVMSG [lindex $text 0] :[lrange $text 1 end]"<p>Statistics: Posted by Guest — Wed Sep 01, 2004 10:29 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[collett9]]></name></author>
		<updated>2004-09-01T17:58:36-04:00</updated>

		<published>2004-09-01T17:58:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=40521#p40521</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=40521#p40521"/>
		<title type="html"><![CDATA[message script]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=40521#p40521"><![CDATA[
I am trying to make a script that when you type<br><br>.msg yourircnick message goes here<br><br><br>that it will private message "yourircnick" with "message goes here"<br><br>currently this is what I have:<br><div class="codebox"><p>Code: </p><pre><code>bind pub - .msg cmd:msgperproc cmd:msgper {nick host hand chan text} {   putquick "PRIVMSG $text"}</code></pre></div><br>but that will message the person with only the last letter of the message<br><br> <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_rolleyes.gif" width="15" height="15" alt=":roll:" title="Rolling Eyes"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4267">collett9</a> — Wed Sep 01, 2004 5:58 pm</p><hr />
]]></content>
	</entry>
	</feed>
