Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on *:START: {
  2. /server irc.mafiaway.nl
  3. }
  4.  
  5. on *:CONNECT: {
  6. if ($server == Mafiaway.nl) {
  7. if ($nick == Thejman) {
  8. /timer1 1 2 /ns id PASSWORD
  9. /timer2 1 3 /join #CHANNEL,#CHANNEL,#CHANNEL, etc etc
  10. }
  11. }
  12. }
  13.  
  14. on *:DISCONNECT: {
  15. /leave #thejman
  16. /leave #help
  17. /leave #mafiaway
  18. /server irc.mafiaway.nl
  19. if ($server == Mafiaway.nl) {
  20. if ($nick == Thejman) {
  21. /timer1 1 2 /ns id PASSWORD
  22. /timer2 1 3 /join #help,#mafiaway,#Thejman
  23. }
  24. }
  25. }
  26.  
  27. on *:INVITE:#:{
  28. /join $chan
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement