mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
quit and join messages. need to process them. -- noch
This commit is contained in:
parent
7d4a6085c8
commit
c56cf32567
1 changed files with 2 additions and 0 deletions
2
IRC.Mod
2
IRC.Mod
|
|
@ -11,6 +11,8 @@ CONST
|
|||
cmdNick* = "NICK";
|
||||
msgPRIVMSG* = "PRIVMSG";
|
||||
msgNOTICE* = "NOTICE";
|
||||
msgQUIT* = "QUIT";
|
||||
msgJOIN* = "JOIN";
|
||||
msg001 = "001";
|
||||
msg002 = "002";
|
||||
msg003 = "003";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue