diff options
| author | 2021-03-17 16:07:33 +0000 | |
|---|---|---|
| committer | 2021-03-17 21:13:10 +0000 | |
| commit | a4e9ebfda34afcf6eb7602381c2f9313ab1b8b78 (patch) | |
| tree | 4f3884cc3415e3c7ef3ce4ebf30150a1dd166e20 /src/modules/m_customtitle.cpp | |
| parent | Move extensible code from base.cpp to extensible.cpp and cleanup. (diff) | |
| download | inspircd++-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.cpp | 2 |
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); |
