This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

split output

Help for those learning Tcl or writing their own scripts.
Post Reply
b
brood
Voice
Posts: 30
Joined: Thu Sep 01, 2005 4:12 am

split output

Post by brood »

My bot announce for example:

<nick>!beer

<bot> One BEER for <nick> please.

I want to change it like:

<bot> One
<bot> BEER
<bot> for
<bot> <nick>
<bot> please.

(when i am home, i will add the code)
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Aside from the above being extremely annoying, just change the script's output to use PUTHELP for each word..
Post Reply