Community Forums: How to Automate IRC Joining for mIRC - Community Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How to Automate IRC Joining for mIRC For the lazy.

#1 User is offline   Laggy Icon

  • California Cheese
  • Icon
  • Group: Administrators
  • Posts: 37
  • Joined: 10-September 09
  • LocationCalifornia

Posted 09 January 2010 - 07:03 PM

Open mIRC.

Go to Tools -> Script Editors (or hit Alt-R).

Go to the Remote tab.

Copy and paste the following in (be sure to replace the nickname and password fields appropriately):

on *:START:{
  server irc.aeonro.org
}

on *:CONNECT:{
  if ($network == AeonRO-IRC-Network) {
    /msg nickserv ghost <YOURNICKHERE> <YOURPWORDHERE>
    /nick <YOURNICKHERE>
    /msg nickserv identify <YOURPWORDHERE>
    /j #aeon_ro
  }
}


Hit OK.

Restart mIRC.

Ta-da!
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users