summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Eskola <fruitiex@gmail.com>2014-09-11 13:36:05 +0300
committerRasmus Eskola <fruitiex@gmail.com>2014-09-11 13:36:05 +0300
commitc988744d5c1b7cc5347d54a99fdfbbe26f7980bd (patch)
tree21d02638e46a29578c76a8a0a64b2e49baeb3d6a
parent5508b725b328ab04878f4e76579134c49efa3a06 (diff)
print log not found error message to active channel
-rw-r--r--backlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backlog.cpp b/backlog.cpp
index 87068ad..4e87a48 100644
--- a/backlog.cpp
+++ b/backlog.cpp
@@ -174,7 +174,7 @@ void CBacklogMod::OnModCommand(const CString& sCommand) {
}
if(printedLines == 0) {
- PutModule("No log files found for window " + Channel + " in " + DirPath + "/");
+ m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + Channel + " :No log files found for window " + Channel + " in " + DirPath + "/", GetClient());
return;
} else {
m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + Channel + " :Backlog playback...", GetClient());