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 4937 by michael, Thu Nov 27 15:05:20 2014 UTC vs.
Revision 4941 by michael, Thu Nov 27 15:17:09 2014 UTC

# Line 1344 | Line 1344 | conf_add_class_to_conf(struct MaskItem *
1344    {
1345      conf->class = class_default;
1346  
1347 <    if (conf->type == CONF_CLIENT)
1347 >    if (conf->type == CONF_CLIENT || conf->type == CONF_OPER)
1348        sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
1349                             "Warning *** Defaulting to default class for %s@%s",
1350                             conf->user, conf->host);
# Line 1358 | Line 1358 | conf_add_class_to_conf(struct MaskItem *
1358  
1359    if (conf->class == NULL)
1360    {
1361 <    if (conf->type == CONF_CLIENT)
1361 >    if (conf->type == CONF_CLIENT || conf->type == CONF_OPER)
1362        sendto_realops_flags(UMODE_ALL, L_ALL, SEND_NOTICE,
1363                             "Warning *** Defaulting to default class for %s@%s",
1364                             conf->user, conf->host);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines