Advertisement
Guest User

gg

a guest
May 24th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. /home/ubuntu/workspace/commands.js:528
  2. if (this.canUse('gunnerskills', room, by) || room.charAt(0) === ',') {
  3. ^
  4. TypeError: Object [object Object] has no method 'canUse'
  5. at Object.gunnerskills (/home/ubuntu/workspace/commands.js:493:26)
  6. at Object.chatMessage (/home/ubuntu/workspace/parser.js:258:19)
  7. at Object.message (/home/ubuntu/workspace/parser.js:209:10)
  8. at Object.splitMessage (/home/ubuntu/workspace/parser.js:54:46)
  9. at Object.exports.parse.data (/home/ubuntu/workspace/parser.js:44:10)
  10. at Object.data (/home/ubuntu/workspace/parser.js:39:6)
  11. at WebSocketConnection.<anonymous> (/home/ubuntu/workspace/main.js:215:10)
  12. at WebSocketConnection.emit (events.js:95:17)
  13. at WebSocketConnection.processFrame (/home/ubuntu/workspace/node_modules/websocket/lib/WebSocketConnection.js:536:26)
  14. at /home/ubuntu/workspace/node_modules/websocket/lib/WebSocketConnection.js:310:40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement