mirror of
https://github.com/anope/anope.git
synced 2026-07-07 21:23:13 +02:00
Fix logging in cs_mode set
This commit is contained in:
@@ -667,10 +667,10 @@ class CommandCSMode : public Command
|
||||
ci->c->RemoveMode(NULL, cm, v[j]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to set " << params[2] << (params.size() > 3 ? " " + params[3] : "");
|
||||
} // switch
|
||||
}
|
||||
|
||||
Log(override ? LOG_OVERRIDE : LOG_COMMAND, source, this, ci) << "to set " << modes << (params.size() > 3 ? " " + params[3] : "");
|
||||
}
|
||||
|
||||
void DoClear(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms)
|
||||
|
||||
Reference in New Issue
Block a user