Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ON *:START: {
  2. server -m irc.synirc.net
  3. }
  4.  
  5. ON *:CONNECT: {
  6. if (synirc.net isin $server) {
  7. nickserv identify PASSWORD
  8. join #YGG
  9. }
  10.  
  11. ; if (anotherserver isin $server) {
  12. ; nickserv identify YOURPASSWORD
  13. ; join #otherchannel
  14. ; }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement