]> git.donarmstrong.com Git - infobot.git/commitdiff
typo for ckpasswd
authordms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 2 Feb 2001 13:21:12 +0000 (13:21 +0000)
committerdms <dms@c11ca15a-4712-0410-83d8-924469b57eb5>
Fri, 2 Feb 2001 13:21:12 +0000 (13:21 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk/blootbot@305 c11ca15a-4712-0410-83d8-924469b57eb5

src/Process.pl

index 616cac1230fc2e52a8f54890679eef2b5bb8be2f..a71841a26178f8d35973adfc7230ff04556ca29f 100644 (file)
@@ -135,7 +135,7 @@ sub process {
            return;
        }
 
-       if (!&ckpass($array[0], $crypt)) {
+       if (!&ckpasswd($array[0], $crypt)) {
            &pSReply("invalid passwd for $do_nick.");
            return;
        }