1
0
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:
Naram Qashat cyberbotx@cyberbotx.com
2008-10-02 22:12:22 +00:00
parent 6395adff79
commit 69bfe7d04c
3 changed files with 1 additions and 7 deletions
-1
View File
@@ -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);