From: Darren Date: Tue, 30 Sep 2014 13:09:04 +0000 (+0100) Subject: misc /tick client command X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4b857ffa35314bf0959277e4288de652897eae7c;p=KiwiIRC.git misc /tick client command --- 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 ✔' }); };