From 848d4b7e76742946b9f1ac2493d5fefa2beab3d6 Mon Sep 17 00:00:00 2001 From: dms Date: Fri, 2 Feb 2001 13:21:12 +0000 Subject: [PATCH] typo for ckpasswd git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@305 c11ca15a-4712-0410-83d8-924469b57eb5 --- src/Process.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Process.pl b/src/Process.pl index 616cac1..a71841a 100644 --- a/src/Process.pl +++ b/src/Process.pl @@ -135,7 +135,7 @@ sub process { return; } - if (!&ckpass($array[0], $crypt)) { + if (!&ckpasswd($array[0], $crypt)) { &pSReply("invalid passwd for $do_nick."); return; } -- 2.39.2