diff options
Diffstat (limited to 'src/modules/m_opermotd.cpp')
| -rw-r--r-- | src/modules/m_opermotd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_opermotd.cpp b/src/modules/m_opermotd.cpp index a501d442c..4ddd9bac7 100644 --- a/src/modules/m_opermotd.cpp +++ b/src/modules/m_opermotd.cpp @@ -112,7 +112,7 @@ private: // Process the MOTD entry. auto& newmotd = newmotds[motd]; - irc::sepstream linestream(file.contents, '\n'); + irc::sepstream linestream(file.contents, '\n', true); for (std::string line; linestream.GetToken(line); ) { // Some clients can not handle receiving RPL_OMOTD with an empty |
