diff options
author | Adam <adam@sigterm.info> | 2014-07-26 13:40:58 -0400 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2014-07-26 13:40:58 -0400 |
commit | 43c460e593d69369ba50f2577d595e38a77ee60b (patch) | |
tree | 6625cea0450598ab4a50d6007d0ead9ee96a790d | |
parent | 17ba13bc957ebdda962944dcf6031355448f366d (diff) | |
parent | ff66e15f389102bceac885d7463b74e0c5956da9 (diff) |
Merge pull request #85 from attilamolnar/2.0+help
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. * |