···145145 command_fail(si, fault_noprivs, _("Nick \2%s\2 is an account name; you may not remove it."), mn->nick);
146146 return;
147147 }
148148- if (is_conf_soper(mu))
148148+ if (is_conf_named_soper(mu))
149149 {
150150- command_fail(si, fault_noprivs, _("You may not modify \2%s\2's account name because their operclass is defined in the configuration file."),
150150+ command_fail(si, fault_noprivs, _("You may not modify \2%s\2's account name because their operclass is defined by name in the configuration file."),
151151 entity(mu)->name);
152152 return;
153153 }
+2-2
modules/nickserv/set_accountname.c
···2727 return;
2828 }
29293030- if (is_conf_soper(si->smu))
3030+ if (is_conf_named_soper(si->smu))
3131 {
3232- command_fail(si, fault_noprivs, _("You may not modify your account name because your operclass is defined in the configuration file."));
3232+ command_fail(si, fault_noprivs, _("You may not modify your account name because your operclass is defined by name in the configuration file."));
3333 return;
3434 }
3535