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 3860 by michael, Thu Jun 5 19:55:07 2014 UTC vs.
Revision 3869 by michael, Thu Jun 5 22:19:27 2014 UTC

# Line 1167 | Line 1167 | set_default_conf(void)
1167    ConfigFileEntry.oper_pass_resv = 1;
1168    ConfigFileEntry.max_targets = MAX_TARGETS_DEFAULT;
1169    ConfigFileEntry.oper_only_umodes = UMODE_DEBUG;
1170 <  ConfigFileEntry.oper_umodes = UMODE_BOTS | UMODE_LOCOPS | UMODE_SERVNOTICE |
1171 <    UMODE_OPERWALL | UMODE_WALLOP;
1170 >  ConfigFileEntry.oper_umodes = UMODE_BOTS | UMODE_LOCOPS | UMODE_SERVNOTICE | UMODE_WALLOP;
1171    ConfigFileEntry.use_egd = 0;
1172    ConfigFileEntry.egdpool_path = NULL;
1173    ConfigFileEntry.throttle_time = 10;
# Line 1358 | Line 1357 | static const struct oper_privs
1357    { OPER_FLAG_GLINE,          'G' },
1358    { OPER_FLAG_REHASH,         'H' },
1359    { OPER_FLAG_K,              'K' },
1361  { OPER_FLAG_OPERWALL,       'L' },
1360    { OPER_FLAG_KILL,           'N' },
1361    { OPER_FLAG_KILL_REMOTE,    'O' },
1362    { OPER_FLAG_CONNECT,        'P' },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines