summaryrefslogtreecommitdiff
path: root/src/nickserv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nickserv.c')
-rw-r--r--src/nickserv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nickserv.c b/src/nickserv.c
index f4f1dfae3..deefa6112 100644
--- a/src/nickserv.c
+++ b/src/nickserv.c
@@ -846,7 +846,7 @@ void cancel_user(User * u)
ircdproto->SendSVSHold(na->nick);
} else {
if (ircd->svsnick) {
- ircdproto->SendGuestNick(u->nick, NSEnforcerUser,
+ ircdproto->SendClientIntroduction(u->nick, NSEnforcerUser,
NSEnforcerHost,
"Services Enforcer", "+");
add_ns_timeout(na, TO_RELEASE, NSReleaseTimeout);
@@ -857,7 +857,7 @@ void cancel_user(User * u)
}
} else {
if (ircd->svsnick) {
- ircdproto->SendGuestNick(u->nick, NSEnforcerUser,
+ ircdproto->SendClientIntroduction(u->nick, NSEnforcerUser,
NSEnforcerHost,
"Services Enforcer", "+");
add_ns_timeout(na, TO_RELEASE, NSReleaseTimeout);