Merge pull request #4032 from thelounge/xpaw/help-unread
Increase unread counter for HELP and INFO messages
This commit is contained in:
commit
928436a9ce
@ -14,7 +14,7 @@ module.exports = function (irc, network) {
|
||||
command: "help",
|
||||
text: data.help,
|
||||
});
|
||||
lobby.pushMessage(client, msg);
|
||||
lobby.pushMessage(client, msg, true);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
@ -14,7 +14,7 @@ module.exports = function (irc, network) {
|
||||
command: "info",
|
||||
text: data.info,
|
||||
});
|
||||
lobby.pushMessage(client, msg);
|
||||
lobby.pushMessage(client, msg, true);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user