As far as your followed/follower notification, I'd advise caution for reasons listed in my previous post. It'd be very easy for malicious people to get your bot a twitch global 8 hour ban.

Here is an example I have set up for people with a subscriber button, it announces when people subscribe to those specific channels.

I'm sure you could figure out how to modify it for new followers if you truly want that code.


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