mirror of
https://github.com/anope/anope.git
synced 2026-07-08 20:23:11 +02:00
Fix logging /os set list. Enforce snlines on ircds that can't have snlines set by just killing the user. Fix double call to OnMatch() when a user matches an xline
This commit is contained in:
@@ -16,7 +16,7 @@ class CommandOSSet : public Command
|
||||
private:
|
||||
void DoList(CommandSource &source)
|
||||
{
|
||||
Log(LOG_ADMIN, source, this);
|
||||
Log(LOG_ADMIN, source, this) << "LIST";
|
||||
|
||||
Anope::string index;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user