Quote:
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
}
 

ok, I don't get this..why would you do "if (o isin..)" unless I read it wrong..but, don't you want it to op you IF o isn't in $usermode


-Kurdish_Assass1n