Guest User

Untitled

a guest
Jun 24th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. on *:START: {
  2. server irc.crrpg.net:6667 -i [nas]peter
  3. }
  4.  
  5. on *:CONNECT: {
  6. if ( $network == CRRPG ) {
  7. nick StarScream
  8. msg nickserv identify somepass
  9. join #channel
  10. halt
  11. }
  12. }
Add Comment
Please, Sign In to add comment