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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user