Well smile

/server [-mnsarpfoc] <server/groupname> [port] [password] [-i nick anick email name] [-jn #channel pass]

Hence do:

alias allconnect {
%server = $1
%ircnick = MyNickAsIRCop
%othernick = MyOtherNickName
server -m %server -i %ircnick %ircnick $+ _ ircop ircop
server -m %server -i %othernick %othernick $+ _ other other
}

Cheers,
Christopher