diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_silence_ext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_silence_ext.cpp b/src/modules/m_silence_ext.cpp index 168dab788..d5f457405 100644 --- a/src/modules/m_silence_ext.cpp +++ b/src/modules/m_silence_ext.cpp @@ -219,7 +219,7 @@ class cmd_silence : public command_t /* turn the mask into a nice human readable format */ std::string DecompPattern (const int pattern) { - std::string out = ""; + std::string out; if ((pattern & SILENCE_PRIVATE) > 0) out += ",privatemessages"; if ((pattern & SILENCE_CHANNEL) > 0) |