projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3619e59
)
misc /tick client command
author
Darren
<darren@darrenwhitlen.com>
Tue, 30 Sep 2014 13:09:04 +0000
(14:09 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Tue, 30 Sep 2014 13:09:04 +0000
(14:09 +0100)
client/src/misc/clientuicommands.js
patch
|
blob
|
blame
|
history
diff --git
a/client/src/misc/clientuicommands.js
b/client/src/misc/clientuicommands.js
index 39ea24fd054b484414ca6d07be89b4bef0e4b940..8a9abbea9bc43332247cbb049b27ba76f813f78b 100644
(file)
--- 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 ✔'
});
};