diff options
author | Adam <Adam@anope.org> | 2014-04-06 23:13:46 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2014-04-06 23:13:46 -0400 |
commit | a65e95837f1061b689ce8e031010f9d98406bb4d (patch) | |
tree | 71970cf33eafebdb85e11f02517a5c464c775f52 /data | |
parent | 43219d3906a6a1b980319ae993c53f7606e438a6 (diff) |
Document that memo_mail can be in nickserv defaults. These should move to memoserv.conf one day.
Diffstat (limited to 'data')
-rw-r--r-- | data/nickserv.example.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index a53a7146b..87804e0fa 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -102,6 +102,7 @@ module * - hide_quit: Hide's the nick's last quit message * - memo_signon: Notify user if they have a new memo when they sign into the nick * - memo_receive: Notify user if they have a new memo as soon as it's received + * - memo_mail: Notify user if they have a new memo by mail * - autoop: User will be automatically opped in channels they enter and have access to * - msg: Services messages will be sent as PRIVMSGs instead of NOTICEs, requires * options:useprivmsg to be enabled as well |