Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. on *:NOTICE:*registered and protected*:?:{ if ($network == irc.focogaming.com) && ($nick == nickserv) {
  2.  
  3. nick [NICK] //to make sure your nick is the right nick (if you have more than one)
  4.  
  5. msg nickserv identify [PASSWORD] //this is obvious
  6.  
  7. join #[CHANNEL] //to add more channels simply add more lines.
  8.  
  9. }
  10.  
  11. if ($network == irc.focogaming.com) && ($nick == nickserv) {
  12.  
  13. nick ShAaM
  14.  
  15. msg nickserv identify *******
  16.  
  17. join #mg
  18.  
  19. join #mg.admins
  20.  
  21. join #mg.echo
  22.  
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement