mIRC Homepage
Posted By: Garou auto identify - 25/03/07 10:11 PM
Did anyone coded auto nick identify on connect, on notice, on newnick and any other option possible for auto identify?
Posted By: RusselB Re: auto identify - 25/03/07 10:37 PM
It would be best if you told us which network(s) you want this to work on. While there is a standard that most networks use, it can vary on a network by network basis.

The basics would be
Code:
on *:connect:{
  .ns identify <password>
}
on me:*:nick:{
  .ns identify <password>
}
on *:notice:*nick is registered*:{
  if $nick == nickserv {
    .ns identify <password>
  }
}

Posted By: LeonaBrooke Re: auto identify - 26/03/07 02:43 PM
Hi, um, where would this code go under?
Posted By: LeonaBrooke Re: auto identify - 26/03/07 02:44 PM
Hi, um, where would this code go under?, im on irc.dejatoons.net
Posted By: RusselB Re: auto identify - 26/03/07 11:07 PM
1) Don't double post. If you have made a post within the past hour, you can edit it (if necessary)
2) This would go in your Remotes section (Alt + R, File -> New)
3) With the exception of the ON CONNECT event, the code I provided matches the format used on dejatoons. You only need the ON CONNECT event if you are sending a password to the server, usually for IRCops purposes. I can't confirm this, as I'm not an IRCop on that network.
© mIRC Discussion Forums