335 |
|
%token T_UNXLINE |
336 |
|
%token T_GLOBOPS |
337 |
|
%token T_WALLOP |
338 |
+ |
%token T_WALLOPS |
339 |
|
%token T_WEBIRC |
340 |
|
%token T_RESTART |
341 |
|
%token T_SERVICE |
1262 |
|
{ |
1263 |
|
if (conf_parser_ctx.pass == 2) |
1264 |
|
block_state.port.value |= OPER_FLAG_GLOBOPS; |
1265 |
+ |
} | T_WALLOPS |
1266 |
+ |
{ |
1267 |
+ |
if (conf_parser_ctx.pass == 2) |
1268 |
+ |
block_state.port.value |= OPER_FLAG_WALLOPS; |
1269 |
+ |
} | T_LOCOPS |
1270 |
+ |
{ |
1271 |
+ |
if (conf_parser_ctx.pass == 2) |
1272 |
+ |
block_state.port.value |= OPER_FLAG_LOCOPS; |
1273 |
|
} | REMOTEBAN |
1274 |
|
{ |
1275 |
|
if (conf_parser_ctx.pass == 2) |