diff options
Diffstat (limited to 'src/core/os_raw.c')
-rw-r--r-- | src/core/os_raw.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/os_raw.c b/src/core/os_raw.c index 6628adb9d..142a44980 100644 --- a/src/core/os_raw.c +++ b/src/core/os_raw.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$ * */ @@ -67,7 +67,7 @@ int do_raw(User * u) char *kw = strtok(text, " "); while (kw && *kw == ':') kw = strtok(NULL, " "); - anope_SendGlobops(s_OperServ, + ircdproto->SendGlobops(s_OperServ, "\2%s\2 used RAW command for \2%s\2", u->nick, (kw ? kw : "\2non RFC compliant message\2")); |