mirror of
https://github.com/anope/anope.git
synced 2026-07-01 09:16:37 +02:00
Replaced anope_SendSVID() with direct call to SendSVID() in IRCDProto class.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1364 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
@@ -1133,7 +1133,6 @@ E void anope_SendCTCP(const char *source, const char *dest, const char *fmt, ..
|
||||
E void anope_SendNumeric(const char *, int, const char *, const char *, ...) FORMAT(printf, 4, 5); /* Numerics */
|
||||
|
||||
E void anope_ProcessUsermodes(User * user, int ac, const char **av);
|
||||
E void anope_SendSVID(const char *nick, time_t ts);
|
||||
E void anope_SendSVID2(User *u, const char *ts);
|
||||
E void anope_SendSVID3(User *u, const char *ts);
|
||||
E void anope_SendUnregisteredNick(User *u);
|
||||
|
||||
Reference in New Issue
Block a user