1
0
mirror of https://github.com/anope/anope.git synced 2026-07-02 07:46:40 +02:00

Replaced anope_SendInvite() with direct call to SendInvite() in IRCDProto class.

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1345 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 20:26:29 +00:00
parent 809f55f1cc
commit de32f2b192
3 changed files with 3 additions and 9 deletions
-1
View File
@@ -1119,7 +1119,6 @@ E void anope_SendVhost(const char *nick, const char *vIdent, const char *vhost);
E void anope_SendConnect(); /* Connect */
E void anope_cmd_ea(); /* EA */
E void anope_SendGlobops(const char *source, const char *fmt, ...); /* GLOBOPS */
E void anope_SendInvite(const char *source, const char *chan, const char *nick); /* INVITE */
E void anope_cmd_tmode(const char *source, const char *dest, const char *fmt, ...); /* TMODE */
E void anope_SendBanDel(const char *name, const char *nick); /* MODE -b */
E void anope_cmd_netinfo(int ac, const char **av); /* NETINFO */