Remove double reply in checkemail if nick/account is invalid.
authorThiefMaster <thiefmaster@gamesurge.net>
Fri, 4 Jul 2008 05:59:58 +0000 (07:59 +0200)
committerMichael Poole <mdpoole@troilus.org>
Thu, 5 Mar 2009 04:29:11 +0000 (23:29 -0500)
src/nickserv.c

index 4c3e931c4a3329ef7ffb490c7454fc07a3123010..5a5c7f5a770334dd526c1c87e794a4e39db0df69 100644 (file)
@@ -3466,7 +3466,6 @@ static MODCMD_FUNC(cmd_checkemail)
 
     NICKSERV_MIN_PARMS(3);
     if (!(hi = modcmd_get_handle_info(user, argv[1]))) {
-        reply("MSG_HANDLE_UNKNOWN", argv[1]);
         return 0;
     }
     if (!hi->email_addr)