diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:29:01 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 08:29:01 +0000 |
commit | c8d4ff56a17d55ad886096c85e03f6ea12734f5d (patch) | |
tree | cf588f5b7a3067263af77e5e429757add6df4e69 /include/extern.h | |
parent | d5d6b049e0ef4ab05a5bfdd632af645190dba457 (diff) |
AKILL, SVSMODE
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1300 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h index d43995284..eff96a80d 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1115,7 +1115,7 @@ E void notice(char *source, const char *dest, const char *fmt, ...); /******************************************************************************/ -E void anope_cmd_akill(const char *user, const char *host, const char *who, time_t when, time_t expires, const char *reason); /* AKILL */ +E void anope_SendAkill(const char *user, const char *host, const char *who, time_t when, time_t expires, const char *reason); /* AKILL */ E void anope_cmd_capab(); /* CAPAB */ E void anope_cmd_chghost(const char *nick, const char *vhost); /* CHGHOST */ E void anope_cmd_chgident(const char *nick, const char *vIdent); /* CHGIDENT */ @@ -1159,8 +1159,8 @@ E void anope_cmd_release_svshold(const char *nick); /* SVSHOLD */ E void anope_cmd_svsinfo(); /* SVSINFO */ E void anope_cmd_svsjoin(const char *source, const char *nick,const char *chan, const char *param); /* SVSJOIN */ E void anope_SendSVSKill(const char *source, const char *user, const char *fmt, ...); /* SVSKILL */ -E void anope_cmd_svsmode(User * u, int ac, const char **av); /* SVSMODE */ -E void anope_cmd_svsmode_chan(const char *name, const char *mode, const char *nick); /* SVSMODE */ +E void anope_SendSVSMode(User * u, int ac, const char **av); /* SVSMODE */ +E void anope_SendSVSMode_chan(const char *name, const char *mode, const char *nick); /* SVSMODE */ E void anope_cmd_svsnick(const char *nick,const char *newnick, time_t when); /* SVSNICK */ E void anope_SendSVSNOOP(const char *server, int set); /* SVSNOOP */ E void anope_cmd_svso(const char *source,const char *nick, const char *flag); /* SVSO */ |