SurrealChat.net Help/OnConnect

Showing revision 2
This is a very simple example of how to auto-identify and auto-connect in mIRC

You can trivially add other things like an OPER cmd as well. the TIMER just adds a one second delay before joining the channels.

ON *:CONNECT: {

  if ($network == SurrealChat.net) {
    NS IDENTIFY nick pass
    .TIMER 1 1 JOIN #chan1,#chan2
  }
}

This page is read-only | View other revisions | View current revision
Edited October 29, 2006 8:50 pm (diff)
Search: