Aucun50 commented on a Page, Auto ID With dialog  -  Dec 22, 2008

First off this identify you on connect?
If so why not use:

on *:connect: {
var %p (your password)
var %one (first nick)
var %two (second nick)
var %three (third nick)
if ($nick == %one) {
msg nickserv identify %p
}
elseif ($nick == %two) {
msg nickserv identify %p
}
elseif ($nick == %three) {
msg nickserv identify %p
}
}

It's shorter then using dialog.

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.