Advertisement
Guest User

Untitled

a guest
May 27th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. on *:text:!peak:#shadowrage:{
  2. msg $chan Peak for $chan is %peak $+ , and was set by %peakn on the %peakd $+ .
  3. }
  4. on *:join:#shadowrage:{
  5. if ($nick(#shadowrage,0) > %peak) {
  6. set %peak $nick(#shadowrage,0)
  7. set %peakn $nick
  8. set %peakd $date
  9. msg $chan Oh! It looks like we've just broken our peak of users! New peak: %peak (Set by %peakn $+ ).
  10. }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement