Project

General

Profile

Review #751 » 0001-fix-bip-user-info-command.patch

Fix /BIP user info command - Loïc Gomez, 2022-01-10 19:20

View differences:

src/bip.c
return OK_FORGET;
}
if (admin && irc_line_elem_case_equals(line, privmsg + 2,
"user") == 0) {
if (irc_line_count(line) == privmsg + 4) {
if (admin && irc_line_elem_case_equals(line, privmsg + 2, "user")) {
if (irc_line_count(line) == (privmsg + 4)) {
adm_info_user(ic,
irc_line_elem(line, privmsg + 3));
} else {
(2-2/4)