diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-27 19:20:26 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-12-27 19:20:26 +0000 |
commit | df107dac1f50e721493aaf0657f85cba5ef8b35f (patch) | |
tree | b890e697fdbb401a2cbe53fef80552baae827817 | |
parent | bfd252b5174c1ebca51acb896efabbd24d670ccd (diff) |
Fix small typo in services.conf - thanks Phil.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2718 5417fbe8-f217-4b02-8779-1006273d7864
-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 |