Changes in commands.c [f809cad:39a531d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rf809cad r39a531d 490 490 "\n" 491 491 "SEE ALSO: aaway, zaway"), 492 493 OWLCMD_VOID("flush-logs", owl_command_flushlogs, OWL_CTX_ANY,494 "flush the queue of messages waiting to be logged",495 "",496 "If BarnOwl failed to log a file, this command tells\n"497 "BarnOwl to try logging the messages that have since\n"498 "come in, and to resume logging normally."),499 492 500 493 OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY, … … 1443 1436 { 1444 1437 owl_function_unsuball(); 1445 }1446 1447 void owl_command_flushlogs(void)1448 {1449 owl_log_flush_logs();1450 1438 } 1451 1439
Note: See TracChangeset
for help on using the changeset viewer.