Hi,

Why this code doesn't work;

Code:
 on *:join:#: {
  if ($nick == $me) {
    if (o isin $usermode,IRCOp) { set %temp.chan $chan | timerop 1 2 give-op }
  }
}

alias give-op {
  opmode %temp.chan +o $me
  unset %temp.chan
}