X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/37f237ba3f386597b2dfec0c5369892d9478c70c..ceafd592b7c084e0857902f0dd4132db97b2abf7:/src/mod-helpserv.c diff --git a/src/mod-helpserv.c b/src/mod-helpserv.c index e608a93..5007045 100644 --- a/src/mod-helpserv.c +++ b/src/mod-helpserv.c @@ -1550,7 +1550,7 @@ static void free_request(void *data) { /* Logging */ if (shutting_down && (req->hs->persist_types[PERSIST_T_REQUEST] != PERSIST_CLOSE || !req->handle)) { - helpserv_log_request(req, "srvx shutdown"); + helpserv_log_request(req, "X3 shutdown"); } /* Clean up from the unhandled queue */ @@ -3648,7 +3648,7 @@ static void helpserv_conf_read(void) { helpserv_conf.db_backup_frequency = str ? ParseInterval(str) : 7200; str = database_get_data(conf_node, "description", RECDB_QSTRING); - helpserv_conf.description = str; + helpserv_conf.description = str ? str : "Help Queue Manager"; str = database_get_data(conf_node, "reqlogfile", RECDB_QSTRING); if (str && strlen(str))