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

	<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>2010-05-03T08:35:50-04:00</updated>

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

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2010-05-02T13:10:14-04:00</updated>

		<published>2010-05-02T13:10:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93008#p93008</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93008#p93008"/>
		<title type="html"><![CDATA[!say #Channel Text Text text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93008#p93008"><![CDATA[
@EXEQED:<br>Please remember that the input is a string, not a list; and thus is not suitable for use with neither lindex nor lrange. Further, lrange returns a list, not a string.<br><br>Proper way to do it, using lindex and lrange:<div class="codebox"><p>Code: </p><pre><code>bind pub m !say sayproc say { n u h c t } {  set l [split t]  set channel [lindex $l 0]  set msg [join [lrange $l 1 end]]  puthelp "privmsg $channel :$msg"}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Sun May 02, 2010 1:10 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tets]]></name></author>
		<updated>2010-05-03T08:35:50-04:00</updated>

		<published>2010-05-02T13:04:38-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=93007#p93007</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=93007#p93007"/>
		<title type="html"><![CDATA[!say #Channel Text Text text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=93007#p93007"><![CDATA[
There is a much easier way<br><div class="codebox"><p>Code: </p><pre><code>bind pub m !say sayproc say { n u h c t } {  set l [split $t]  set channel [lindex $l 0]  set msg [join [lrange $l 1 end]]  puthelp "privmsg $channel :$msg"}</code></pre></div>correct now <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11201">tets</a> — Sun May 02, 2010 1:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bLzR]]></name></author>
		<updated>2010-04-05T08:36:50-04:00</updated>

		<published>2010-04-05T08:36:50-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92688#p92688</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92688#p92688"/>
		<title type="html"><![CDATA[!say #Channel Text Text text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92688#p92688"><![CDATA[
U can achieve this by using the say command in the console to put a message through the bot <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br><div class="codebox"><p>Code: </p><pre><code>say [channel] &lt;text&gt;Dumps the text to your current console channel (or other specified channel), as if the bot said it.Examples.say #NiceChan Hi everyone! This is Lemmon. I'm talking through the bot!</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11122">bLzR</a> — Mon Apr 05, 2010 8:36 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[lolwutxd]]></name></author>
		<updated>2010-04-05T03:20:03-04:00</updated>

		<published>2010-04-05T03:20:03-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=92687#p92687</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=92687#p92687"/>
		<title type="html"><![CDATA[!say #Channel Text Text text]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=92687#p92687"><![CDATA[
Hello,<br><br>I'm after a !Say #Channel $1<br><br>tcl script, anybody able to help?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=11160">lolwutxd</a> — Mon Apr 05, 2010 3:20 am</p><hr />
]]></content>
	</entry>
	</feed>
