back to the subject at hand :tongue:

You could use something as simple as this:

Code:
alias f2 { if ($server) { identify $$input(What is your NickServ password?,pq,[/identify]) } }


..in your remotes. This opens an $input window with a password edit box requesting your NickServ password. It doesnt store it (which is bad practice btw) and it doesn't send it if you don't type one.