Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. on *:TEXT:!Acmds*:#: {
  2. if ( %Trust [ $+ [ $nick ] ] == 1 ) {
  3. notice $nick Anna's Owners Cmds:
  4. notice $nick 4 !part !join !quit !nick !resetcookies !resetcakes
  5. notice $nick 4 !resetcokes !resetbeers !resetLicks !resetHugs !av
  6. notice $nick 4 !resetPizzas !resetburgers !resetRapes !resetfuns
  7. }
  8. else { notice $nick You are not allowed to use this cmd
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement