diff options
author | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:55:06 +0000 |
---|---|---|
committer | Naram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-10-02 17:55:06 +0000 |
commit | 45e3be08fc1ddf8e747659ace359d7b98ea10232 (patch) | |
tree | f20bc89d151817e14010f383c06fe7ad562a39be /include/extern.h | |
parent | 95f24091f65943c69617bc462ee2175b8cfe257f (diff) |
Replaced anope_SendVhostDel() with direct call to SendVhostDel() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1324 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index ae80b3c38..d2ffade01 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1120,7 +1120,6 @@ 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 */ E void anope_SendVhost(const char *nick, const char *vIdent, const char *vhost); /* CHGHOST + CHGIDENT */ -E void anope_SendVhostDel(User *u); E void anope_SendConnect(); /* Connect */ E void anope_cmd_ea(); /* EA */ E void anope_SendGlobops(const char *source, const char *fmt, ...); /* GLOBOPS */ |