diff options
author | Adam <Adam@anope.org> | 2013-09-08 06:02:35 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-09-08 06:02:35 -0400 |
commit | 55e4ef9d3a5dc7e3b616e1369aac01ea1c76780d (patch) | |
tree | 3a4f9e5593063ac0c0f36da2021c9248692771df /modules/commands/os_set.cpp | |
parent | f63e4ceebe1df458b20e8ff9643ed4206982f8ae (diff) |
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
Diffstat (limited to 'modules/commands/os_set.cpp')
-rw-r--r-- | modules/commands/os_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index f30d3723e..b51745aa7 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -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; |