mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Mode ignores were checked wrong
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@883 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
cb03b5c133
commit
9a7491fbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ static void sig_message_mode(IRC_SERVER_REC *server, const char *channel,
|
|||
{
|
||||
if (nick == NULL) nick = server->real_address;
|
||||
|
||||
if (!ignore_check(SERVER(server), nick, addr, channel, mode, MSGLEVEL_MODES))
|
||||
if (ignore_check(SERVER(server), nick, addr, channel, mode, MSGLEVEL_MODES))
|
||||
return;
|
||||
|
||||
if (!ischannel(*channel)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue