From c988744d5c1b7cc5347d54a99fdfbbe26f7980bd Mon Sep 17 00:00:00 2001 From: Rasmus Eskola Date: Thu, 11 Sep 2014 13:36:05 +0300 Subject: print log not found error message to active channel --- backlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backlog.cpp') 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()); -- cgit v1.2.3