You don't need the timer, just set mode +x at the same time.
Code:
on *:connect: {
  if ($network == undernet) {
    .msg x@channels.undernet.org login username password
    mode $me +x
  }
}