Add support for /ban without argument

This commit is contained in:
Simon Ser
2021-06-03 10:11:48 +02:00
parent 5004f6c89c
commit a4294975a2
3 changed files with 50 additions and 30 deletions

View File

@@ -17,6 +17,8 @@ export const RPL_TOPICWHOTIME = "333";
export const RPL_WHOREPLY = "352";
export const RPL_NAMREPLY = "353";
export const RPL_ENDOFNAMES = "366";
export const RPL_BANLIST = "367";
export const RPL_ENDOFBANLIST = "368";
export const RPL_MOTD = "372";
export const RPL_MOTDSTART = "375";
export const RPL_ENDOFMOTD = "376";