my script that I had made is not working and was hoping you could all help me out, This is being used in my Twitch.tv IRC bot, i was hoping to rewrite the users whisper after "42" but $2 is not working for me! Example: "User1: 42 abc" I whisper another user "Me: you whispered, abc" Thanks guys! <3
on $*:PARSELINE:in:*WHISPER*42*:{
PRIVMSG #channel /w User1 you whispered, $2.
}