Skip to content
Snippets Groups Projects
Commit 08666bea authored by deuce's avatar deuce
Browse files

Only list the Z command in help output.

parent f6374721
No related branches found
No related tags found
No related merge requests found
......@@ -411,6 +411,8 @@ for (var ham_ircbot_zone in TimeZoneConversion.zones) {
Bot_Commands[ham_ircbot_zone].usage = get_cmd_prefix() + ham_ircbot_zone;
Bot_Commands[ham_ircbot_zone].help = "Displays the current "-TimeZoneConversion.zones[ham_ircbot_zone].name;
Bot_Commands[ham_ircbot_zone].command = eval("function (target, onick, ouh, srv, lbl, cmd) {\n"+
if (ham_ircbot_zone !== 'Z')
Bot_Commands[ham_ircbot_zone].no_help = true;
"var i;\n"+
"var d;\n"+
"// Remove empty cmd args\n"+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment