I've build a twitch bot which worked perfectly fine. Since a few days i cannot execute my commands for mods and the admin. I've written the script again and also downloaded mirc again but it's still not working. As an example i have this code: 
on *:TEXT:!admincommand:#: {
  if ($nick !isaop #) { msg $chan $nick you are not a mod or admin 
  return }
  msg $chan You are a mod or admin
I get " you are not a mod or admin". 
Could someone help me? 
