summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/app.js b/app.js
index 94d8693..08247b4 100644
--- a/app.js
+++ b/app.js
@@ -260,6 +260,8 @@ io.sockets.on('connection', function(socket){
// /whisper (args: <playername> <message>)
case "w":
case "whisper":
+ case "tell":
+ case "msg":
found = false;
for (var i in Player.Player.list){