aboutsummaryrefslogtreecommitdiffstats
path: root/src/users.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2019-12-08 17:38:47 +0000
committerGravatar Sadie Powell2019-12-08 17:47:07 +0000
commit034dad6ab0df48172a70de70a9d0de4a9092112e (patch)
tree0e852f3554dbce37d8e2e360fa099148155e8cab /src/users.cpp
parentMove the nationalchars locale files to the docs directory. (diff)
parentClean up the initialisation of the InspIRCd class. (diff)
downloadinspircd++-034dad6ab0df48172a70de70a9d0de4a9092112e.tar.gz
inspircd++-034dad6ab0df48172a70de70a9d0de4a9092112e.tar.bz2
inspircd++-034dad6ab0df48172a70de70a9d0de4a9092112e.zip
Merge branch 'insp3' into master.
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.cpp b/src/users.cpp
index dbaa30e26..c1bf1b659 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -853,7 +853,7 @@ void User::WriteNumeric(const Numeric::Numeric& numeric)
void User::WriteRemoteNotice(const std::string& text)
{
- ServerInstance->PI->SendUserNotice(this, text);
+ ServerInstance->PI->SendMessage(this, text, MSG_NOTICE);
}
void LocalUser::WriteRemoteNotice(const std::string& text)