fix realname setting on StatServ

This commit is contained in:
Fish 2004-02-21 06:28:02 +00:00
parent f1b9767af9
commit 86cde40ba0

View file

@ -102,7 +102,7 @@ static void ss_Config(void)
strlcpy(StatServ.host, tmp, MAXHOST);
free(tmp);
}
if (GetConf((void *) &tmp, CFGSTR, "Rname") < 0) {
if (GetConf((void *) &tmp, CFGSTR, "RealName") < 0) {
ircsnprintf(StatServ.rname, MAXREALNAME, "/msg %s help",
s_StatServ);
} else {