diff options
Diffstat (limited to 'src/core/ms_staff.c')
-rw-r--r-- | src/core/ms_staff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_staff.c b/src/core/ms_staff.c index bf336f18a..4f3590e7b 100644 --- a/src/core/ms_staff.c +++ b/src/core/ms_staff.c @@ -51,7 +51,7 @@ class CommandMSStaff : public Command { for (nc = nclists[i]; nc; nc = nc->next) { - if (nick_is_services_oper(nc)) + if (nc->IsServicesOper()) memo_send(u, nc->display, text, z); } } |