Fix service triggers; allow service hostname configuration; fix glitches
[srvx.git] / src / mod-helpserv.c
index 57a42caf3ecb179502746cbbe8f40dc3c1ace406..bb210b9a9e5b095bdebf287548494c61c2785b44 100644 (file)
@@ -2603,7 +2603,7 @@ static struct helpserv_bot *register_helpserv(const char *nick, const char *help
      * it's a harmless default */
     hs = calloc(1, sizeof(struct helpserv_bot));
 
-    if (!(hs->helpserv = AddService(nick, helpserv_conf.description))) {
+    if (!(hs->helpserv = AddService(nick, helpserv_conf.description, NULL))) {
         free(hs);
         return NULL;
     }