Merge branch '1.7.x'

This commit is contained in:
Alexey Sokolov
2018-06-04 22:30:53 +01:00
12 changed files with 145 additions and 47 deletions
+1 -1
View File
@@ -304,7 +304,7 @@ class CRouteRepliesMod : public CModule {
// If there are arguments to a mode change,
// we must not route it.
if (!Message.GetParams(2).empty()) return CONTINUE;
if (!Message.GetParamsColon(2).empty()) return CONTINUE;
// Grab the mode change parameter
CString sMode = Message.GetParam(1);