Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. on 1:TEXT:!cmds *:#: {
  2. msg $chan Would you like to view the cmds?
  3. set %answer $?="Would you like to view the cmds?"
  4. if (%answer == yes) {
  5. msg $chan Channel operators : !owner , !deowner , !sop , !desop !h , !deh , !godlike , !degodlike , !kick , !ban , !kickban.
  6. }
  7. if (%answer == no) {
  8. msg $chan You're loss.
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement