well, that does work, but with two major problems. first, how do i retain the information about which user sent the message in the first place? the normal $0- variables only relate to the contents of the message.
also, the channel information seems to be lost; something like:
on ^*:TEXT:+UX *:*:{
echo message found: $2-
haltdef
}
echoes the message to the status window, not to the channel in which the original message was sent.
any suggestions?