diff options
author | Attila Molnar <attilamolnar@hush.com> | 2014-07-04 04:39:12 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-07-04 04:39:12 +0200 |
commit | ff66e15f389102bceac885d7463b74e0c5956da9 (patch) | |
tree | 3e13a8ebbc44ac72ce2856a143af130b86cec033 | |
parent | 07902c03fde41205e5366b852553f1c74c9746dd (diff) |
Correct the help text of options:useprivmsg ("defmsg" -> "msg")
-rw-r--r-- | data/example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 9ffedac1f..3f5e672be 100644 --- a/data/example.conf +++ b/data/example.conf @@ -462,7 +462,7 @@ options /* * If set, this will allow users to let Services send PRIVMSGs to them - * instead of NOTICEs. Also see the defmsg option of nickserv:defaults, + * instead of NOTICEs. Also see the "msg" option of nickserv:defaults, * which also toggles the default communication (PRIVMSG or NOTICE) to * use for unregistered users. * |