Added /time off

This commit is contained in:
James Booth
2014-11-16 01:28:41 +00:00
parent 8c027a56f9
commit cd855d3740
4 changed files with 19 additions and 9 deletions

View File

@@ -1409,6 +1409,7 @@ cmd_init(void)
time_ac = autocomplete_new();
autocomplete_add(time_ac, "minutes");
autocomplete_add(time_ac, "seconds");
autocomplete_add(time_ac, "off");
cmd_history_init();
}