diff options
author | Adam <Adam@anope.org> | 2013-12-13 18:41:01 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-13 18:41:01 -0500 |
commit | f9a4a0fbeffce294d9f0818fcc02d9dd0f2ec32b (patch) | |
tree | cea4119e74d89a23af277b823d20cb2ccc861c2d | |
parent | a282a5c9c4d3b1d095c5f51dc21f68753dd91cbb (diff) |
Log all admin commands by default. I was trying to give an example of log settings, but people seem to leave the default and then get confused when it only logs operserv commands
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 261e15898..cfc344bc6 100644 --- a/data/example.conf +++ b/data/example.conf @@ -716,7 +716,7 @@ log * * Note that modules may add their own values to these options. */ - admin = "operserv/*" + admin = "*" override = "chanserv/* nickserv/* memoserv/set ~botserv/set botserv/*" commands = "~operserv/* *" servers = "*" |