diff options
Diffstat (limited to 'src/users.c')
-rw-r--r-- | src/users.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/users.c b/src/users.c index 482dd4cda..cccf8df54 100644 --- a/src/users.c +++ b/src/users.c @@ -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; |