]> jfr.im git - irc/SurrealServices/srsv.git/commitdiff
fix typo in clones_exist()
authortabris <redacted>
Sun, 20 Nov 2011 17:34:32 +0000 (17:34 +0000)
committertabris <redacted>
Sun, 20 Nov 2011 17:34:32 +0000 (17:34 +0000)
git-svn-id: http://svn.tabris.net/repos/srsv@3575 70d4eda1-72e9-0310-a436-91e5bd24443c

branches/0.4.3/modules/serviceslibs/chanserv.pm

index 16c031e7047dfe1e8645441ff0b258a911503ff6..e7a6299a44878f084bebcf0c441e568fb12a0dcd 100644 (file)
@@ -576,7 +576,7 @@ sub clones_exist ($$) {
        my $nick = $user->{NICK};
        $get_host_inchan->execute(get_user_id($user), $cn);
        my ($joined) = $get_host_inchan->fetchrow_array;
-       $get_host_inchan-finish();
+       $get_host_inchan->finish();
        if ($joined) {
                return $joined;
        }