summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Eskola <fruitiex@gmail.com>2013-08-11 00:43:45 +0300
committerRasmus Eskola <fruitiex@gmail.com>2013-08-11 00:43:45 +0300
commit5722aee3239732b8174ef0e0ea86424800b8c036 (patch)
tree8d49135e92af17daa4cfe2a93ae824bb2773c85b
parent147ca7d44a06cea9b37c621cd10068e90885ccfd (diff)
oops get rid of debug print
-rw-r--r--backlog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/backlog.cpp b/backlog.cpp
index 4552b46..d2de511 100644
--- a/backlog.cpp
+++ b/backlog.cpp
@@ -207,7 +207,6 @@ void CBacklogMod::OnModCommand(const CString& sCommand) {
}
m_pNetwork->PutUser(":" + Nick + "!znc@znc.in PRIVMSG " + Channel + " :" + Line.substr(0, FirstWS) + Line.substr(FirstWS + NickLen + 1, Line.npos), GetClient());
- PutModule(":" + Nick + "!znc@znc.in PRIVMSG " + Channel + " :" + Line.substr(0, FirstWS) + Line.substr(FirstWS + NickLen + 1, Line.npos));
} catch (int e) {
PutModule("Malformed log line! " + Line);
}