forked from bip/bip
1
0
Fork 0
This commit is contained in:
Arnaud Cornet 2007-11-19 23:02:25 +01:00
parent b33e832d2d
commit f1a0aede23
1 changed files with 1 additions and 1 deletions

View File

@ -1824,7 +1824,7 @@ int adm_bip(struct link_client *ic, struct line *line, unsigned int privmsg)
adm_reply(ic, "Jumping to next server");
} else if (strcasecmp(line->elemv[privmsg + 1], "BLRESET") == 0) {
if (line->elemc == privmsg + 3 &&
strccmp(line->elemv[privmsg + 2], "-q") == 0) {
strcmp(line->elemv[privmsg + 2], "-q") == 0) {
log_reinit_all(LINK(ic)->log);
} else {
adm_blreset(ic);