Good afternoon, I have an example of a bot command, User write this command in chat !codeword, and bot do some stuff
Code:
on *:TEXT:*!codeword*:#: {msg $chan  $nick says hello %nick1  $+
} 


Is it possible to make the bot keep track target (@TargetNickName for to say hello.

To get the following: user write !codeword @NicknameWhomHeWant say something, and bot will do this command, but instead %nick1 he take @NickNameWhomHeWant which user writing.

Have a nice day to all \o/