summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/operserv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/operserv.c b/src/operserv.c
index e070b55b0..d42ab7de1 100644
--- a/src/operserv.c
+++ b/src/operserv.c
@@ -4416,7 +4416,7 @@ static int do_noop(User * u)
for (u2 = firstuser(); u2; u2 = u3) {
u3 = nextuser();
if ((u2) && is_oper(u2) && (u2->server->name)
- && !stricmp(u2->server->name, server)) {
+ && match_wild(server,u2->server->name)) {
kill_user(s_OperServ, u2->nick, reason);
}
}