Avoid adding expire_channels() to the timeq on !expire.
[srvx.git] / src / nickserv.c
index 4ba42507876a34630242cff2f97f1ff6a6734a12..f8941033ec820bfa388e0035707808e01ecdfc57 100644 (file)
@@ -2763,12 +2763,10 @@ static OPTION_FUNC(opt_fakeident)
 
 static NICKSERV_FUNC(cmd_reclaim)
 {
-    struct handle_info *hi;
     struct nick_info *ni;
     struct userNode *victim;
 
     NICKSERV_MIN_PARMS(2);
-    hi = user->handle_info;
     ni = dict_find(nickserv_nick_dict, argv[1], 0);
     if (!ni) {
         reply("NSMSG_UNKNOWN_NICK", argv[1]);