So trying to get this script to work.. and it sort of works.

Here is the script:

Code:
ON *:TEXT:*subscribed*:#:{
  if ($nick == twitchnotify) { msg # /me $nick has subscribed, thank you for supporting the stream and enjoy the new emotes! }
}


This is what it posts to the channel:

Quote:
MajeyeBot twitchnotify has subscribed, thank you for supporting the stream and enjoy the new emotes!


How do I get it to switch where it says "twitchnotify" to the persons name that subscribed?