X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmod-helpserv.c;h=3b8130e1d59bab732084bed6112582b5729ecc52;hb=ee7d244de2093e0f15b5058ecd405da654c8235b;hp=e8053d541c658f4202e76b401aa20d221695d1da;hpb=fe0a9858249e52e8ea685eeb08026fccd6841b21;p=srvx.git diff --git a/src/mod-helpserv.c b/src/mod-helpserv.c index e8053d5..3b8130e 100644 --- a/src/mod-helpserv.c +++ b/src/mod-helpserv.c @@ -2601,7 +2601,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, "+iok", helpserv_conf.description, NULL))) { + if (!(hs->helpserv = AddLocalUser(nick, nick, NULL, helpserv_conf.description, NULL))) { free(hs); return NULL; }