From: dms Date: Fri, 2 Feb 2001 13:21:12 +0000 (+0000) Subject: typo for ckpasswd X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=bc2c39ccd7479d22652791f0de077d26ffba8f9f;p=infobot.git typo for ckpasswd git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@305 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/blootbot/src/Process.pl b/blootbot/src/Process.pl index 616cac1..a71841a 100644 --- a/blootbot/src/Process.pl +++ b/blootbot/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; }