But if you start selecting lines in the nicklist with the keyboard, it's going to be annoying
I added $mouse.key and changed a few things on the timer:
Code:
on *:start:.timerpoc -hi 0 100 poc
alias poc {
  if ($mouse.key & 1) && (!$query($$snick($active,1))) { 
    var %nick = $snick($active,1) 
    sline -r $active
    query %nick
  }
}

Last edited by Wims; 23/10/11 02:52 PM.

#mircscripting @ irc.swiftirc.net == the best mIRC help channel