Suddenly stopped working, when i tryed to make a !eventtommorow, script, but i deleted that and it still doesnt work..
Code:
 on *^1:TEXT:!setevent *:#: {
    if (($nick isreg $chan || $nick isvoice $chan )) { halt }
    else set %event $2-
    msg $chan The current event has been set to : %event .
  }
  on $^1:TEXT:/^!(event|events)/iS:#: {
    if ($nick ishop $chan) || ($nick isop $chan) || ($nick isvoice $chan) /notice $nick 8,2The event today is %event
    else /notice $nick voice or higher only
  }