quit and join messages. need to process them. -- noch

This commit is contained in:
norayr 2017-05-18 10:55:06 +04:00
parent 7d4a6085c8
commit c56cf32567

View file

@ -11,6 +11,8 @@ CONST
cmdNick* = "NICK";
msgPRIVMSG* = "PRIVMSG";
msgNOTICE* = "NOTICE";
msgQUIT* = "QUIT";
msgJOIN* = "JOIN";
msg001 = "001";
msg002 = "002";
msg003 = "003";