1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 16:23:13 +02:00

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
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 17:55:06 +00:00
parent 95f24091f6
commit 45e3be08fc
3 changed files with 3 additions and 9 deletions
-1
View File
@@ -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 */