diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | data/example.conf | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -3,6 +3,7 @@ Anope Version 1.9.2 A K alias to chanserv kick command A KB alias to chanserv ban command F Unban command to accept an optional nick arg +F Small typo in services.conf Anope Version 1.9.1 -------------------- diff --git a/data/example.conf b/data/example.conf index 39036bb02..a0313947f 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1036,7 +1036,7 @@ memoserv /* * Should we notify all appropriate users of a new memo? This applies in cases where a memo is - * sent to a nick which is in the group of another nick. Not that, unlike before, it is currently + * sent to a nick which is in the group of another nick. Note that, unlike before, it is currently * more efficient to enable this. This directive is optional. */ notifyall = yes |