summaryrefslogtreecommitdiff
path: root/modules/commands/os_set.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-09-08 06:02:35 -0400
committerAdam <Adam@anope.org>2013-09-08 06:02:35 -0400
commit55e4ef9d3a5dc7e3b616e1369aac01ea1c76780d (patch)
tree3a4f9e5593063ac0c0f36da2021c9248692771df /modules/commands/os_set.cpp
parentf63e4ceebe1df458b20e8ff9643ed4206982f8ae (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.cpp2
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;