mIRC Homepage
hey all ..

/server -m us.undernet.org:7000 ( HOW I PUT NICK HERE )

Thanks ..
alias servandnick {
nick oblivious
server -m us.undernet.org 7000
}
That should work but the only problem is it will change your nickname on all networks not just the undernet one.

if you would like to change it on just the one network and have a different nickname on another network you could do something like this.

Code:
 
on 1:CONNECT: { 
  if($network == Undernet) {
    nick <undernet nick>
    if($network == DALnet) {
      nick <dalnet nick>
    }
  }
} 

<untested>
/server -m us.undernet.org:7000 -i nick
Quote:
if you would like to change it on just the one network and have a different nickname on another network you could do something like this.

Code:
 
on 1:CONNECT: { 
  if($network == Undernet) {
    nick &lt;undernet nick&gt;

<untested>
Huh? On DALnet (after correcting the If { } problem and structure) I get
<dalnet F`Nar> Erroneous Nickname
Use the format shown in xhine's post. It is the correct format for this situation.
The question is how to do it in an on connect. Reconnect?
Actually, the question is how to put the nick into the /server command, which is what xhine shows how to do. There is nothing in the original post that mentions connecting and/or reconnecting.
© mIRC Discussion Forums