summaryrefslogtreecommitdiff
path: root/backlog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backlog.cpp')
-rw-r--r--backlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backlog.cpp b/backlog.cpp
index 07e70c6..4a8f816 100644
--- a/backlog.cpp
+++ b/backlog.cpp
@@ -102,7 +102,7 @@ void CBacklogMod::OnModCommand(const CString& sCommand) {
CString Path = GetNV("LogPath").substr(); // make copy
Path.Replace("$NETWORK", Network);
- Path.Replace("$WINDOW", Channel);
+ Path.Replace("$WINDOW", Channel.AsLower());
Path.Replace("$USER", User);
CString DirPath = Path.substr(0, Path.find_last_of("/"));