X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmod-helpserv.c;h=5b75c1e2857edc22b4984f7d80bdf65969cac594;hb=f10cc887183b261f0e22aa2d34abe3e20186e97b;hp=1a8efc5d9e1cca5c1736ea1f07c6192a0f5b389e;hpb=c4d3c6b3f119aee4d6d1ddf137d048de50a4a5f6;p=srvx.git diff --git a/src/mod-helpserv.c b/src/mod-helpserv.c index 1a8efc5..5b75c1e 100644 --- a/src/mod-helpserv.c +++ b/src/mod-helpserv.c @@ -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, NULL))) { + if (!(hs->helpserv = AddService(nick, "+iok", helpserv_conf.description, NULL))) { free(hs); return NULL; }