Advertisement
Guest User

Untitled

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