1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 04:23:12 +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 -1
View File
@@ -662,7 +662,7 @@ User *do_nick(const char *source, const char *nick, const char *username, const
/* Resets the svid because it doesn't match */
user->svid = 1;
anope_SendSVID(user->nick, user->timestamp);
ircdproto->SendSVID(user->nick, user->timestamp);
} else {
user->svid = 1;