diff options
| author | Adam <Adam@anope.org> | 2012-10-26 17:30:41 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-10-26 17:30:41 -0400 |
| commit | e1dcf24c98a14340e3c05388b749fb6069592d0e (patch) | |
| tree | 51bb3bfbc4240d0130293c53f2926727f712ebb5 /data | |
| parent | 3b24311db6664407b34cce4080b48d18ff2eb997 (diff) | |
Add nickserv:modesonid config option to set what modes users get on identify
Diffstat (limited to 'data')
| -rw-r--r-- | data/nickserv.example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index 5db22cfdc..20a9f8163 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -263,6 +263,13 @@ nickserv */ killquick = 20s kill = 60s + + /* + * If set, Services will set these user modes on any user who identifies. + * + * This directive is optional. + */ + #modesonid = "+R" } /* |
