Advertisement
Guest User

Untitled

a guest
Aug 13th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. on $*:text:/^.(time|startgame|turnoff)$/iS:#:{
  2. if ($regml(1) == time) && ($timer(game).type == online) {
  3. notice $nick $duration($timer(game).secs) till a new game starts
  4. }
  5. if ($regml(1) == startgame) {
  6. if ($timer(game)) {
  7. .timergame off
  8. notice $nick Starting countdown timer...
  9. .timergame 0 1419.1 startgame
  10. }
  11. else {
  12. notice $nick Starting countdown timer...
  13. .timergame 0 1419.1 startgame
  14. }
  15. }
  16. if ($regml(1) == turn off) {
  17. notice $nicktimer off
  18. .timergame off
  19. }
  20. }
  21.  
  22. on *:text:!masshug:*:{
  23. if (!%f) {
  24. inc -u5 %f
  25. while ($nick(#,$0)) tokenize 32 $1- $v1
  26. .describe # hugs $remtok($2-,$me,32)
  27. }
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement