mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
SASL Authentication for Clients
This commit is contained in:
@@ -267,6 +267,7 @@ void CMessage::InitType() {
|
||||
} else {
|
||||
std::map<CString, Type> mTypes = {
|
||||
{"ACCOUNT", Type::Account},
|
||||
{"AUTHENTICATE", Type::Authenticate},
|
||||
{"AWAY", Type::Away},
|
||||
{"CAP", Type::Capability},
|
||||
{"ERROR", Type::Error},
|
||||
|
||||
Reference in New Issue
Block a user