diff options
Diffstat (limited to 'src/core/os_umode.c')
-rw-r--r-- | src/core/os_umode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/os_umode.c b/src/core/os_umode.c index d09627fc2..bc33e07d7 100644 --- a/src/core/os_umode.c +++ b/src/core/os_umode.c @@ -6,8 +6,8 @@ * Please read COPYING and README for further details. * * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. - * + * Based on the original code of Services by Andy Church. + * * $Id$ * */ @@ -101,7 +101,7 @@ int do_operumodes(User * u) if (!(u2 = finduser(nick))) { notice_lang(s_OperServ, u, NICK_X_NOT_IN_USE, nick); } else { - anope_SendMode(s_OperServ, nick, "%s", modes); + ircdproto->SendMode(s_OperServ, nick, "%s", modes); common_svsmode(u2, modes, NULL); |