Changes in commands.c [39a531d:f809cad]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r39a531d rf809cad 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."), 492 499 493 500 OWLCMD_ARGS("load-subs", owl_command_loadsubs, OWL_CTX_ANY, … … 1436 1443 { 1437 1444 owl_function_unsuball(); 1445 } 1446 1447 void owl_command_flushlogs(void) 1448 { 1449 owl_log_flush_logs(); 1438 1450 } 1439 1451
Note: See TracChangeset
for help on using the changeset viewer.