diff options
author | Adam <Adam@anope.org> | 2017-04-06 16:24:15 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-04-06 16:24:15 -0400 |
commit | 25b2fd0730f199f5fb8d3888906e0b600c62e55a (patch) | |
tree | 3e9972f45833c969e0703c6b3b9b6c7962290f26 /modules/protocol/charybdis.cpp | |
parent | e4a36498000b35803946731e3057cf8f9ee827e8 (diff) | |
parent | f4543edfe25d3c067f4884df1c0b101161342318 (diff) |
Merge commit 'f4543edfe25d3c067f4884df1c0b101161342318'
Diffstat (limited to 'modules/protocol/charybdis.cpp')
-rw-r--r-- | modules/protocol/charybdis.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/charybdis.cpp b/modules/protocol/charybdis.cpp index a808bb594..4b97e72f5 100644 --- a/modules/protocol/charybdis.cpp +++ b/modules/protocol/charybdis.cpp @@ -43,6 +43,7 @@ void charybdis::senders::NickIntroduction::Send(User *user) Anope::string modes = "+" + user->GetModes(); Uplink::Send(Me, "EUID", user->nick, 1, user->timestamp, modes, user->GetIdent(), user->host, 0, user->GetUID(), "*", "*", user->realname); } + void charybdis::senders::SASL::Send(const ::SASL::Message& message) { Server *s = Server::Find(message.target.substr(0, 3)); |