Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. on *:text:@cookie *:#: {
  2. if (%disablecmds == 1) { halt }
  3. if ($2 ison $chan) {
  4. inc %cookie $+ $2 var %cookie = %cookie [ $+ [ $2 ] ]
  5. msg $chan 0,3 $nick gave to $2 one cookie , $2 have now %cookie [ $+ [ $2 ] ] cookie(s)! }
  6. else { msg $chan 4Error,1 The nick you entered is not on the channel. }
  7. }
  8. on *:text:@cake *:#: {
  9. if (%disablecmds == 1) { halt }
  10. if ($2 ison $chan) {
  11. inc %cake $+ $2 var %cake = %cake [ $+ [ $2 ] ]
  12. msg $chan 8,13 $nick gave to $2 one cake , $2 have now %cake [ $+ [ $2 ] ] cake(s)! }
  13. else {
  14. msg $chan 4Error,1 The nick you entered is not on the channel. }
  15. }
  16. on *:text:@icecream *:#: {
  17. if (%disablecmds == 1) { halt }
  18. if ($2 ison $chan) {
  19. inc %icecream $+ $2 var %icecream = %icecream [ $+ [ $2 ] ]
  20. msg $chan 1,11 $nick gave to $2 one icecream , $2 have now %icecream [ $+ [ $2 ] ] icecream(s)! }
  21. else {
  22. msg $chan 4Error,1 The nick you entered is not on the channel. }
  23. }
  24. on *:text:@biscuit*:#: {
  25. if (%disablecmds == 1) { halt }
  26. if ($2 ison $chan) {
  27. inc %biscuit $+ $2 var %biscuit = %biscuit [ $+ [ $2 ] ]
  28. msg $chan 1,11 $nick gave to $2 one biscuit, $2 have now %biscuit [ $+ [ $2 ] ] biscuit(s)! }
  29. else {
  30. msg $chan 4Error,1 The nick you entered is not on the channel. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement