Hi! As you can se in the Topic, I am trying to make a auto-identify for these three servers. Right now, it seems to work down to SorceryNet...
Code:
on *:connect: {
  var %net = $network
  .gasten
  if (%net == FreeNode) {
    .authnickserv
  }
  if (%net == QuakeNet) {
    .authquakenet
  }
  if (%net == SorceryNet) {
    .timer1 2 10 {
      echo -a $ltimer has just started
      IdentifyNick
      IdentifyAsChannelfounder
      OpOnChannel
    }
  }
}

I am (pretty) shoure there isnt any problem with my aliases.

Thank you!