Review #751 » 0001-fix-bip-user-info-command.patch
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 {
|