summaryrefslogtreecommitdiff
path: root/modules/protocol/charybdis.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-04-06 16:24:15 -0400
committerAdam <Adam@anope.org>2017-04-06 16:24:15 -0400
commit25b2fd0730f199f5fb8d3888906e0b600c62e55a (patch)
tree3e9972f45833c969e0703c6b3b9b6c7962290f26 /modules/protocol/charybdis.cpp
parente4a36498000b35803946731e3057cf8f9ee827e8 (diff)
parentf4543edfe25d3c067f4884df1c0b101161342318 (diff)
Merge commit 'f4543edfe25d3c067f4884df1c0b101161342318'
Diffstat (limited to 'modules/protocol/charybdis.cpp')
-rw-r--r--modules/protocol/charybdis.cpp1
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));