Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. on $*:text:/^[!@.]checkpriv(ate)?/Si:#cr:{
  2. .ignore -u3 $nick
  3. if ($nick isop #) || ($nick ishop #) {
  4. var %x $nick(#downfall,0)
  5. while (%x) {
  6. var %g $nick(#downfall,%x)
  7. if (%g !isreg #downfall) && (%g !ison #downfall) {
  8. var %total %total %g
  9. notice %g Please join #dfprivate- type !priv in #downfall
  10. }
  11. dec %x
  12. }
  13. notice +#downfall People not in channel #dfprivate: %total
  14. }
  15. else notice $nick You do not have the permissions to use this command.
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement