SurrealChat.net Help/OnConnect

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
Last edited February 14, 2008 2:52 am (diff)
Search: