Guest User

Untitled

a guest
Dec 10th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.68 KB | None | 0 0
  1. on *:START: {
  2.   server irc.crrpg.com
  3.   server -m clanserver4u.de.quakenet.org
  4.   server -m irc.focogaming.com -j #sa-mp.scripting
  5.   ; -m switch indicated that it opens another connetion to a network /s -m irc.focogaming.com -j #sa-mp.scripting ;
  6. }
  7. on *:CONNECT:{
  8.   if ( $network == CRRPG ) {
  9.     ns identify *****
  10.     j #crrpg,#black_hand,#irpg
  11.     halt
  12.     } elseif ( $network == QuakeNet ) {
  13.     nick CRRPGmax
  14.     ns identify ******
  15.     j #clgaming
  16.     halt
  17.     } elseif ( $network == irc.tl ) {
  18.     nick borlander
  19.     j #sa-mp.scripting
  20.     halt
  21.   }
  22. }
  23.  
  24. on *:JOIN:#irpg: {
  25.   if ( $nick == IdleCRRPG || $nick == $me ) {
  26.     msg IdleCRRPG borlander ******
  27.   }
  28. }
Add Comment
Please, Sign In to add comment