projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895d2f6
)
Missing exit command from controlinterface help
author
Darren
<darren@darrenwhitlen.com>
Mon, 9 Jun 2014 12:45:54 +0000
(13:45 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Mon, 9 Jun 2014 12:45:54 +0000
(13:45 +0100)
server/controlinterface.js
patch
|
blob
|
blame
|
history
diff --git
a/server/controlinterface.js
b/server/controlinterface.js
index 2bcf32cdc3b5f78e3d463d2e215480581a11f64c..fa8f0e6c3393694b851d2a987f155a6e337d7132 100644
(file)
--- a/
server/controlinterface.js
+++ b/
server/controlinterface.js
@@
-80,6
+80,8
@@
commands.help = function(args, raw) {
var help = 'Available commands:\n';
help += 'help\n';
help += ' This help menu\n';
+ help += 'exit\n';
+ help += ' Close and exit this Kiwi admin console\n';
help += 'reconfig\n';
help += ' Reload the config.js file\n';
help += 'stats\n';