Guest User

Untitled

a guest
Apr 25th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. on *:text:*:#runescape: {
  2. if ($1 == !ge) {
  3. if (%botuse. $+ [ $nick ] > 2) {
  4. echo -a wtf is wrong
  5. }
  6. else {
  7. if ($nick isreg $chan) {
  8. inc %botuse. $+ [ $nick ]
  9. timer $+ [ $nick ] 1 60 unset %botuse. $+ [ $nick ]
  10. }
  11. }
  12. }
  13. }
Add Comment
Please, Sign In to add comment