|
HappyFunBal Newbie
Joined: 26 Jan 2003 Posts: 9
|
Posted: Mon Feb 10, 2003 1:35 am
Capturing a list on a new line |
This should be fairly simple...
There is a command I type to get a list of my friends online. When I type friends, here's what I get:
>friends
These friends are online:
Jimmy, Jonny, Billy, Bobby
I want to be able to capture each name into a wordlist, but not sure how to capture the data on that new line. Any ideas? Thanks! |
|
|
|
Kjata GURU
Joined: 10 Oct 2000 Posts: 4379 Location: USA
|
Posted: Mon Feb 10, 2003 2:17 am |
If it is only one line, then this trigger should do:
#TRIGGER {These friends are online:$(*)} {#VAR friends {%replace("%1", ", ", "|")}}
Kjata |
|
|
|
HappyFunBal Newbie
Joined: 26 Jan 2003 Posts: 9
|
Posted: Mon Feb 10, 2003 2:32 am |
Oooh, with skill and ease ;)
Thanks Kjata! |
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|