| 360 |
|
%token T_UNAUTH |
| 361 |
|
%token T_UNRESV |
| 362 |
|
%token T_UNXLINE |
| 363 |
+ |
%token T_GLOBOPS |
| 364 |
|
%token T_WALLOP |
| 365 |
|
%token T_SERVICE |
| 366 |
|
%token T_SERVICES_NAME |
| 1335 |
|
if (not_atom) yy_aconf->port &= ~OPER_FLAG_OPERWALL; |
| 1336 |
|
else yy_aconf->port |= OPER_FLAG_OPERWALL; |
| 1337 |
|
} |
| 1338 |
+ |
} | T_GLOBOPS |
| 1339 |
+ |
{ |
| 1340 |
+ |
if (conf_parser_ctx.pass == 2) |
| 1341 |
+ |
{ |
| 1342 |
+ |
if (not_atom) yy_aconf->port &= ~OPER_FLAG_GLOBOPS; |
| 1343 |
+ |
else yy_aconf->port |= OPER_FLAG_GLOBOPS; |
| 1344 |
+ |
} |
| 1345 |
|
} | OPER_SPY_T |
| 1346 |
|
{ |
| 1347 |
|
if (conf_parser_ctx.pass == 2) |