Guest User

Untitled

a guest
Jan 24th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. on *:JOIN:#: {
  2. if ($chan == #Boer) { write joins-boer.ini Channel $chan - User $nick
  3. }
  4. if ($chan == #Lotk) { write joins-Lotk.ini Channel $chan - User $nick
  5. }
  6. if ($chan == #Gekkegast) { write joins-Gekkegast.ini Channel $chan - User $nick
  7. }
  8. }
  9.  
  10. on *:TEXT:]joins:#: {
  11. msg # Total Joins on #Lotk : $lines(joins-boer.ini)
  12. msg # Total Joins on #boer : $lines(joins-lotk.ini)
  13. msg # Total Joins on #Gekkegast : $lines(joins-Gekkegast.ini)
  14. }
  15.  
  16. on *:TEXT:]joins:#: {
  17. if ($2 == #Boer) {
  18. msg # Total Joins on $chan : $lines(joins-boer.ini)
  19. }
  20. if ($2 == #Lotk) {
  21. msg # Total Joins on $chan : $lines(joins-lotk.ini)
  22. }
  23. if ($2 == #Gekkegast) {
  24. msg # Total Joins on $chan : $lines(joins-Gekkegast.ini)
  25. }
  26. }
Add Comment
Please, Sign In to add comment