From 4b857ffa35314bf0959277e4288de652897eae7c Mon Sep 17 00:00:00 2001 From: Darren Date: Tue, 30 Sep 2014 14:09:04 +0100 Subject: [PATCH] misc /tick client command --- client/src/misc/clientuicommands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/misc/clientuicommands.js b/client/src/misc/clientuicommands.js index 39ea24f..8a9abbe 100644 --- a/client/src/misc/clientuicommands.js +++ b/client/src/misc/clientuicommands.js @@ -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 ✔' }); }; -- 2.25.1