aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_customtitle.cpp
diff options
context:
space:
mode:
authorGravatar Sadie Powell2021-03-17 16:07:33 +0000
committerGravatar Sadie Powell2021-03-17 21:13:10 +0000
commita4e9ebfda34afcf6eb7602381c2f9313ab1b8b78 (patch)
tree4f3884cc3415e3c7ef3ce4ebf30150a1dd166e20 /src/modules/m_customtitle.cpp
parentMove extensible code from base.cpp to extensible.cpp and cleanup. (diff)
downloadinspircd++-a4e9ebfda34afcf6eb7602381c2f9313ab1b8b78.tar.gz
inspircd++-a4e9ebfda34afcf6eb7602381c2f9313ab1b8b78.tar.bz2
inspircd++-a4e9ebfda34afcf6eb7602381c2f9313ab1b8b78.zip
Implement support for automatically syncing extension items.
Diffstat (limited to 'src/modules/m_customtitle.cpp')
-rw-r--r--src/modules/m_customtitle.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/m_customtitle.cpp b/src/modules/m_customtitle.cpp
index 0f7f2fdf0..14f4bc21f 100644
--- a/src/modules/m_customtitle.cpp
+++ b/src/modules/m_customtitle.cpp
@@ -90,8 +90,6 @@ class CommandTitle : public Command
{
ctitle.Set(user, config.title);
- ServerInstance->PI->SendMetaData(user, "ctitle", config.title);
-
if (!config.vhost.empty())
user->ChangeDisplayedHost(config.vhost);