mindflow Voice
Joined: 10 Mar 2005 Posts: 22
|
Posted: Thu Dec 29, 2005 2:34 pm Post subject: filter text |
|
|
proc !trigger {nick uhost hand chan arg} {
$arg will return everything typed in the channel "if its the trigger is given", the problem i have, thats that it even grab the !trigger, how can i make it so it leav out the first word in the trigger "only the first word", like if i type in a channel:
!trigger text text
then i want it to be returned as: text text
and leav out the !trigger part, how can i solve this? |
|