summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Eskola <fruitiex@gmail.com>2013-08-11 00:48:25 +0300
committerRasmus Eskola <fruitiex@gmail.com>2013-08-11 00:48:25 +0300
commitea395050c242262f815fd514f885567a586c2ddb (patch)
treea78f861eedf93f5d1cecc0b0fa2ea3e224477214
parent06f6ccaace282e853217f28564face3788f142b3 (diff)
argh, again
-rw-r--r--backlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backlog.cpp b/backlog.cpp
index 701b4f3..50d93bd 100644
--- a/backlog.cpp
+++ b/backlog.cpp
@@ -189,7 +189,7 @@ void CBacklogMod::OnModCommand(const CString& sCommand) {
// now actually print
for (std::vector<CString>::reverse_iterator it = LinesToPrint.rbegin(); it != LinesToPrint.rend(); ++it) {
- if(isInChan || true) {
+ if(isInChan) {
CString Line = *it;
size_t FirstWS = Line.find_first_of(' '); // position of first whitespace char in line
size_t NickLen = 3;