Comparison

prosodyctl @ 4478:3e33b2d2e48e

Merge with 0.9
author Matthew Wild <mwild1@gmail.com>
date Wed, 18 Jan 2012 15:07:40 +0000
parent 4476:53ce21286b8c
child 4487:5f466a50e78b
comparison
equal deleted inserted replaced
4475:7341cc5c8da9 4478:3e33b2d2e48e
538 print(""); 538 print("");
539 end 539 end
540 540
541 function commands.reload(arg) 541 function commands.reload(arg)
542 if arg[1] == "--help" then 542 if arg[1] == "--help" then
543 show_usage([[reload]], [[Reload prosody configuration file]]); 543 show_usage([[reload]], [[Reload Prosody's configuration and re-open log files]]);
544 return 1; 544 return 1;
545 end 545 end
546 546
547 if not prosodyctl.isrunning() then 547 if not prosodyctl.isrunning() then
548 show_message("Prosody is not running"); 548 show_message("Prosody is not running");