summaryrefslogtreecommitdiff
path: root/backlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backlog.cpp')
-rw-r--r--backlog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/backlog.cpp b/backlog.cpp
index c5ced96..643a897 100644
--- a/backlog.cpp
+++ b/backlog.cpp
@@ -216,9 +216,9 @@ void CBacklogMod::OnModCommand(const CString& sCommand) {
}
if (isInChan) {
- m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + Channel + " :" + "Playback complete.", GetClient());
+ m_pNetwork->PutUser(":***!znc@znc.in PRIVMSG " + Channel + " :" + "Playback Complete.", GetClient());
} else {
- PutModule("*** Playback complete.");
+ PutModule("*** Playback Complete.");
}
}