misc /tick client command
authorDarren <darren@darrenwhitlen.com>
Tue, 30 Sep 2014 13:09:04 +0000 (14:09 +0100)
committerDarren <darren@darrenwhitlen.com>
Tue, 30 Sep 2014 13:09:04 +0000 (14:09 +0100)
client/src/misc/clientuicommands.js

index 39ea24fd054b484414ca6d07be89b4bef0e4b940..8a9abbea9bc43332247cbb049b27ba76f813f78b 100644 (file)
@@ -35,7 +35,8 @@
             '/unban':    '/quote mode $channel -b $1+',
 
             // Misc aliases
-            '/slap':     '/me slaps $1 around a bit with a large trout'
+            '/slap':     '/me slaps $1 around a bit with a large trout',
+            '/tick':     '/msg $channel ✔'
         });
     };