mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Replace the deprecated overload of CMessage::GetParam
This commit is contained in:
@@ -302,7 +302,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);
|
||||
|
||||
Reference in New Issue
Block a user