1
0
forked from bip/bip
This commit is contained in:
Arnaud Cornet 2007-11-19 23:02:25 +01:00
parent b33e832d2d
commit f1a0aede23

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"); adm_reply(ic, "Jumping to next server");
} else if (strcasecmp(line->elemv[privmsg + 1], "BLRESET") == 0) { } else if (strcasecmp(line->elemv[privmsg + 1], "BLRESET") == 0) {
if (line->elemc == privmsg + 3 && 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); log_reinit_all(LINK(ic)->log);
} else { } else {
adm_blreset(ic); adm_blreset(ic);