Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.32 KB | None | 0 0
  1. on *:START: {
  2.   server irc.crrpg.net
  3.   server -m irc.gtauniverse.com
  4. }
  5.  
  6. on *:connect:{
  7.   if ($network == CRRPG) {
  8.     ns id yourpasshere
  9.     join #crrpg
  10.     join #iRPG
  11.     msg IdleCRRPG login yournamehere yourpasshere
  12.   }
  13.   if ($network == SeltenNet) {
  14.     ns id yourpasshere
  15.     join #cnrrp
  16.     join #oper
  17.   }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement