fix realname setting on StatServ
This commit is contained in:
parent
f1b9767af9
commit
86cde40ba0
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue