Advertisement
Guest User

ok

a guest
Jul 1st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. exports.commands = {
  2. rcmd: function(command) {
  3. if ((command.indexOf("/") === 0 || command.indexOf("!") === 0) && command != "/part" && command != "/logout" && command != "/leave") {
  4. this.can("say")
  5. this.send(command)
  6. }
  7. else {
  8. this.can("say")
  9. this.send("This text is not a command, or you have used a banned command.")
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement