summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/chatwindow.cpp')
-rw-r--r--src/gui/windows/chatwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/chatwindow.cpp b/src/gui/windows/chatwindow.cpp
index 0ddc6e30f..e5e80e02e 100644
--- a/src/gui/windows/chatwindow.cpp
+++ b/src/gui/windows/chatwindow.cpp
@@ -1558,7 +1558,7 @@ bool ChatWindow::resortChatLog(std::string line,
tmpNick.find(":") != std::string::npos ||
tmpNick.find("%") != std::string::npos ||
tmpNick.find("@") != std::string::npos ||
- tmpNick.size() < 4 ||
+ tmpNick.size() < 5 ||
tmpNick[0] == '@' ||
tmpNick[0] == '/' ||
tmpNick[0] == '!'