]> git.donarmstrong.com Git - infobot.git/blobdiff - src/Modules/OnJoin.pl
take a few more things literally
[infobot.git] / src / Modules / OnJoin.pl
index d5012b053eef68c45535dd33eaa1c8fecdb46d11..74ca9d8de9c2b9ee719a1e15549623ac1aa1c189 100644 (file)
@@ -111,7 +111,7 @@ sub Cmdonjoin {
        &sqlDelete('onjoin', { nick => $nick, channel => $ch });
        my $insert = &sqlInsert('onjoin', { nick => $nick, channel => $ch, message => $msg, modified_by => $who, modified_time => time() });
        if ($insert){
-               &performReply("ok");
+               &performReply('ok');
        }
        else{
                &performReply('whoops. database error');