1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 03:53:12 +02:00

improved the operserv mode command

This commit is contained in:
DukePyrolator
2013-03-03 10:57:53 +01:00
parent 2c68312d72
commit 5f74662100
+1 -1
View File
@@ -61,7 +61,7 @@ class CommandOSMode : public Command
}
else
{
spacesepstream sep(modes);
spacesepstream sep(modes + (params.size() > 2 ? " " + params[2] : ""));
Anope::string mode;
int add = 1;
Anope::string log_modes, log_params;