diff options
Diffstat (limited to 'src/config.cpp')
-rw-r--r-- | src/config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.cpp b/src/config.cpp index 839a82c18..735b4a4e7 100644 --- a/src/config.cpp +++ b/src/config.cpp @@ -1032,7 +1032,7 @@ static bool DoServices(ServerConfig *config, const Anope::string &, const Anope: if (cm == NULL) cm = ModeManager::FindChannelModeByChar(ModeManager::GetStatusChar(want_modes[j])); if (cm && cm->Type == MODE_STATUS) - c->SetMode(bi, cm, bi->nick); + c->SetMode(bi, cm, bi->GetUID()); } } for (unsigned i = 0; i < oldchannels.size(); ++i) |