Ghost-lit Warder commented on a Page, Word Counter  -  Aug 17, 2007

perhaps add an alias to return the selected word or nick. (Custom identifier).
Here is a the code I would recommend:

alias $selectword {
if (%selword == $null) {
set %selword $?=\"Enter word or nick to log.\"
}
else {
return %selword
}
}

And you can make the on *:TEXT event to:

on :TEXT::*:{
if ($selectedword isin $1-) etc.

This makes it so that you can set the word or nick via /set %selword .

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.