so can i use this:
on *:TEXT:*:#CHANNEL {
  if ($level($nick) >= 50) {
    return
  }
  elseif ($msgtags(subscriber).key = 1) {
    /auser 50 $nick
  }
}
I have it so when someone subs it makes them lvl 50 that's why im looking if the user is higher or equal to lvl 50.
 
Last edited by wobY; 23/11/16 12:33 PM.