mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Implement message-tags spec
Message tags were supported already, but not arbitrary tags, and not TAGMSG
This commit is contained in:
@@ -292,6 +292,7 @@ void CMessage::InitType() {
|
||||
{"PING", Type::Ping},
|
||||
{"PONG", Type::Pong},
|
||||
{"QUIT", Type::Quit},
|
||||
{"TAGMSG", Type::TagMsg},
|
||||
{"TOPIC", Type::Topic},
|
||||
{"WALLOPS", Type::Wallops},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user