summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2013-12-13 18:41:01 -0500
committerAdam <Adam@anope.org>2013-12-13 18:41:01 -0500
commitf9a4a0fbeffce294d9f0818fcc02d9dd0f2ec32b (patch)
treecea4119e74d89a23af277b823d20cb2ccc861c2d
parenta282a5c9c4d3b1d095c5f51dc21f68753dd91cbb (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.conf2
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 = "*"