diff options
Diffstat (limited to 'src/channels.cpp')
| -rw-r--r-- | src/channels.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/channels.cpp b/src/channels.cpp index c94832327..3761415c8 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -61,7 +61,7 @@ void Channel::SetTopic(User* u, const std::string& ntopic, time_t topicts, const // Always update setter and set time if (!setter) - setter = ServerInstance->Config->FullHostInTopic ? &u->GetMask() : &u->nick; + setter = ServerInstance->Config->MaskInTopic ? &u->GetMask() : &u->nick; this->setby.assign(*setter, 0, ServerInstance->Config->Limits.GetMaxMask()); this->topicset = topicts; |
