diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/coremods/core_channel/cmode_k.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coremods/core_channel/cmode_k.cpp b/src/coremods/core_channel/cmode_k.cpp index acb6813be..43f41ddfd 100644 --- a/src/coremods/core_channel/cmode_k.cpp +++ b/src/coremods/core_channel/cmode_k.cpp @@ -91,4 +91,4 @@ ModeAction ModeChannelKey::OnSet(User* source, Channel* chan, std::string& param bool ModeChannelKey::IsParameterSecret() { return true; -}
\ No newline at end of file +} |