]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Process.pl
typo for ckpasswd
[infobot.git] / 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;
        }