diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 22:30:33 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-03 22:30:33 +0000 |
commit | 16a90d28f61707b2f053b163e33c6678bd861971 (patch) | |
tree | a67784e553135ab1a519ff5ee685a07702f4573a /src/nickserv.c | |
parent | dc44944c713d5d19a7d6e7fa443dde03fe4d9832 (diff) |
Undo me smoking a nice pipe of craq on UID support (no wonder this wasn't working), and fix findbot() to do what we want.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1524 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/nickserv.c')
-rw-r--r-- | src/nickserv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nickserv.c b/src/nickserv.c index deefa6112..2ee174c73 100644 --- a/src/nickserv.c +++ b/src/nickserv.c @@ -848,7 +848,7 @@ void cancel_user(User * u) if (ircd->svsnick) { ircdproto->SendClientIntroduction(u->nick, NSEnforcerUser, NSEnforcerHost, - "Services Enforcer", "+"); + "Services Enforcer", "+", ts6_uid_retrieve()); add_ns_timeout(na, TO_RELEASE, NSReleaseTimeout); } else { ircdproto->SendSVSKill(s_NickServ, u->nick, @@ -859,7 +859,7 @@ void cancel_user(User * u) if (ircd->svsnick) { ircdproto->SendClientIntroduction(u->nick, NSEnforcerUser, NSEnforcerHost, - "Services Enforcer", "+"); + "Services Enforcer", "+", ts6_uid_retrieve()); add_ns_timeout(na, TO_RELEASE, NSReleaseTimeout); } else { ircdproto->SendSVSKill(s_NickServ, u->nick, |