I'm creating a bot using 'on text' events, and so far, everything has been working good. So far, I've only been using the nick of the person who types the !command, but now I want to use both their name, my name and other peoples name. What line of code would I use for > on 1:TEXT:*!slap*:#:/describe $chan slaps $nick for trying to slap < I can't figure out how to change it from '!slap' to '!slap nick' and have the nick be an actual nick, not the word. Also, I want the user whose name was put into the !slap command to be put at the end. After its all said and done, I want the dialog to read "my-nick slaps your-nick for trying to slap someones-nick"......I think thats how i want it. Thanks for the help in advance!