| 395 |
|
* |
| 396 |
|
* +b - bots - See bot and drone flooding notices |
| 397 |
|
* +c - cconn - Client connection/quit notices |
| 398 |
+ |
* +C - cconn_full - Client connection/quit notices full |
| 399 |
|
* +D - deaf - Don't receive channel messages |
| 400 |
|
* +d - debug - See debugging notices |
| 401 |
|
* +f - full - See I: line full notices |
| 1201 |
|
* |
| 1202 |
|
* +b - bots - See bot and drone flooding notices |
| 1203 |
|
* +c - cconn - Client connection/quit notices |
| 1204 |
+ |
* +C - cconn - Client connection/quit notices full |
| 1205 |
|
* +D - deaf - Don't receive channel messages |
| 1206 |
|
* +d - debug - See debugging notices |
| 1207 |
|
* +f - full - See I: line full notices |
| 1222 |
|
*/ |
| 1223 |
|
|
| 1224 |
|
/* oper_only_umodes: usermodes only opers may set */ |
| 1225 |
< |
oper_only_umodes = bots, cconn, debug, full, skill, nchange, |
| 1226 |
< |
rej, spy, external, operwall, locops, unauth; |
| 1225 |
> |
oper_only_umodes = bots, cconn, cconn_full, debug, full, skill, |
| 1226 |
> |
nchange, rej, spy, external, operwall, |
| 1227 |
> |
locops, unauth; |
| 1228 |
|
|
| 1229 |
|
/* oper_umodes: default usermodes opers get when they /oper */ |
| 1230 |
|
oper_umodes = bots, locops, servnotice, operwall, wallop; |