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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user