diff options
| author | 2020-12-20 03:04:21 +0000 | |
|---|---|---|
| committer | 2020-12-20 03:05:29 +0000 | |
| commit | 6cfabb0064cab52bbbab59974e53dc0fa1954da7 (patch) | |
| tree | aa755e92103730ba6428332b4094578cde91cc67 /include/modules/cap.h | |
| parent | Fix an inverted condition in the previous commit. (diff) | |
Hide the server name/desc better when <options:hideserver> is set.
Diffstat (limited to 'include/modules/cap.h')
| -rw-r--r-- | include/modules/cap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modules/cap.h b/include/modules/cap.h index e14bcc422..9dacdc200 100644 --- a/include/modules/cap.h +++ b/include/modules/cap.h @@ -320,7 +320,7 @@ namespace Cap { public: MessageBase(const std::string& subcmd) - : ClientProtocol::Message("CAP", ServerInstance->Config->ServerName) + : ClientProtocol::Message("CAP", ServerInstance->Config->GetServerName()) { PushParamPlaceholder(); PushParam(subcmd); |
