diff options
-rw-r--r-- | docs/Changes | 5 | ||||
-rw-r--r-- | docs/Changes.conf | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/Changes b/docs/Changes index 7ad5a07da..6bcb5bb25 100644 --- a/docs/Changes +++ b/docs/Changes @@ -2,6 +2,11 @@ Anope Version 1.9.7 -------------------- A Added ability for using regex as patterns for various commands A Extended ability of operserv/akill to also match against nick and realname +A Added chanserv:require configuration option +A Added nickserv:unregistered_notice and nickserv:registration configuration option +A Added options:casemap configuration option +A Added a web panel +A db_sql_live now allows all tables to be "live", not just a select few Anope Version 1.9.6 -------------------- diff --git a/docs/Changes.conf b/docs/Changes.conf index f966a7d05..c07ad0d67 100644 --- a/docs/Changes.conf +++ b/docs/Changes.conf @@ -2,6 +2,8 @@ Anope Version 1.9.7 ------------------- operserv:notifications removed in favor of log{} blocks options:regexengine added +options:casemap added +chanserv:require added nickserv:registration added, emailregistration removed. nickserv:unregistered_notice added |