From 06f6ccaace282e853217f28564face3788f142b3 Mon Sep 17 00:00:00 2001 From: Rasmus Eskola Date: Sun, 11 Aug 2013 00:44:47 +0300 Subject: fix more debug stuff that was left in by accident --- backlog.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'backlog.cpp') diff --git a/backlog.cpp b/backlog.cpp index d2de511..701b4f3 100644 --- a/backlog.cpp +++ b/backlog.cpp @@ -189,7 +189,7 @@ void CBacklogMod::OnModCommand(const CString& sCommand) { // now actually print for (std::vector::reverse_iterator it = LinesToPrint.rbegin(); it != LinesToPrint.rend(); ++it) { - //if(isInChan || true) { + if(isInChan || true) { CString Line = *it; size_t FirstWS = Line.find_first_of(' '); // position of first whitespace char in line size_t NickLen = 3; @@ -210,9 +210,9 @@ void CBacklogMod::OnModCommand(const CString& sCommand) { } catch (int e) { PutModule("Malformed log line! " + Line); } - //} else { - //PutModule(*it); - //} + } else { + PutModule(*it); + } } if (isInChan) { -- cgit v1.2.3