Increase unread counter for HELP and INFO messages
This commit is contained in:
parent
b6782da837
commit
5861ffadf2
@ -14,7 +14,7 @@ module.exports = function (irc, network) {
|
|||||||
command: "help",
|
command: "help",
|
||||||
text: data.help,
|
text: data.help,
|
||||||
});
|
});
|
||||||
lobby.pushMessage(client, msg);
|
lobby.pushMessage(client, msg, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -14,7 +14,7 @@ module.exports = function (irc, network) {
|
|||||||
command: "info",
|
command: "info",
|
||||||
text: data.info,
|
text: data.info,
|
||||||
});
|
});
|
||||||
lobby.pushMessage(client, msg);
|
lobby.pushMessage(client, msg, true);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user