ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf.c (file contents):
Revision 1992 by michael, Fri May 10 18:32:26 2013 UTC vs.
Revision 2012 by michael, Sun May 12 14:47:26 2013 UTC

# Line 1377 | Line 1377 | static const struct oper_privs
1377    const unsigned int flag;
1378    const unsigned char c;
1379   } flag_list[] = {
1380 <  { OPER_FLAG_ADMIN,       'A' },
1381 <  { OPER_FLAG_REMOTEBAN,   'B' },
1382 <  { OPER_FLAG_DIE,         'D' },
1383 <  { OPER_FLAG_GLINE,       'G' },
1384 <  { OPER_FLAG_REHASH,      'H' },
1385 <  { OPER_FLAG_K,           'K' },
1386 <  { OPER_FLAG_OPERWALL,    'L' },
1387 <  { OPER_FLAG_GLOBAL_KILL, 'O' },
1388 <  { OPER_FLAG_REMOTE,      'R' },
1389 <  { OPER_FLAG_UNKLINE,     'U' },
1390 <  { OPER_FLAG_X,           'X' },
1380 >  { OPER_FLAG_ADMIN,          'A' },
1381 >  { OPER_FLAG_REMOTEBAN,      'B' },
1382 >  { OPER_FLAG_DIE,            'D' },
1383 >  { OPER_FLAG_GLINE,          'G' },
1384 >  { OPER_FLAG_REHASH,         'H' },
1385 >  { OPER_FLAG_K,              'K' },
1386 >  { OPER_FLAG_OPERWALL,       'L' },
1387 >  { OPER_FLAG_KILL,           'N' },
1388 >  { OPER_FLAG_KILL_REMOTE,    'O' },
1389 >  { OPER_FLAG_CONNECT,        'P' },
1390 >  { OPER_FLAG_CONNECT_REMOTE, 'Q' },
1391 >  { OPER_FLAG_SQUIT,          'R' },
1392 >  { OPER_FLAG_SQUIT_REMOTE,   'S' },
1393 >  { OPER_FLAG_UNKLINE,        'U' },
1394 >  { OPER_FLAG_X,              'X' },
1395    { 0, '\0' }
1396   };
1397  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines