diff options
author | Peter Powell <petpow@saberuk.com> | 2018-06-25 14:21:49 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-07-20 12:34:24 +0100 |
commit | 8faa6ac77378e39de2dbca64a2c54a484db8f77d (patch) | |
tree | 77af31c95c8c397c4eebff040ec7953216db5888 /docs | |
parent | 0438ae0aa491a14de049e9731a5786af517f7c0e (diff) |
Log snotices with their description rather than just as "snomask".
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/inspircd.conf.example | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index d97837d39..d1e752840 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -868,7 +868,6 @@ # - USERS - information relating to user connection and disconnection # - OPER - succesful and failed oper attempts # - KILL - kill related messages -# - snomask - server notices (*all* snomasks will be logged) # - FILTER - messages related to filter matches (filter module) # - CONFIG - configuration related messages # - COMMAND - die and restart messages, and messages related to unknown user types |