diff options
Diffstat (limited to 'src/modules/m_showfile.cpp')
| -rw-r--r-- | src/modules/m_showfile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_showfile.cpp b/src/modules/m_showfile.cpp index ea6ea0730..b12c3f60b 100644 --- a/src/modules/m_showfile.cpp +++ b/src/modules/m_showfile.cpp @@ -97,7 +97,7 @@ public: // Process the entry. contents.clear(); - irc::sepstream linestream(filecontents, '\n'); + irc::sepstream linestream(filecontents, '\n', true); for (std::string line; linestream.GetToken(line); ) { // Some clients can not handle receiving NOTICE/PRIVMSG/RPL_RULES |
