Hi all smile I need help with a few things.

on *:text:*:#: {
if (a b isin $rawmsg) {
msg # c b
}
}

Here's what I currently have.
What I want to do is when someone writes a message and it has 'a b' where a is the constant and b is an undefined word, I want to copy b and put it in my own msg #.

For example: User writes 'a 123'
I would reply 'c 123'

I would also like to know how to make it specific to 'a b' rather than if the user writes something like s3a b129 and it registers because 'a b' is technically there.