Advertisement
Guest User

on and off points system

a guest
Jul 3rd, 2014
278
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:/!point /Si:#az_mick:{
  2. if ($nick isop #) {
  3. if ($2 == on) {
  4. msg # points system is now on
  5. .timerpoints on }
  6. elseif ($2 == off) {
  7. msg # points system is now off
  8. .timerpoints off }
  9. else {
  10. msg # you done goofed
  11. }
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement