Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. on *:text:!unOwner *:#:{if ($nick == Hamo) {
  2. set %trust [ $+ [ $2 ] ] 0
  3. msg $chan 4 Owner Commands Have Been disabled for $2 By $nick
  4. }
  5. else { notice $nick You Are Not allowed to use This command
  6. }
  7. on *:text:!Owner *:#:{if ($nick == Hamo) {
  8. set %trust [ $+ [ $2 ] ] 1
  9. msg $chan 4 Owner Commands Have Been enabled for $2 By $nick
  10. }
  11. else { notice $nick You Are Not allowed to use This command
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement