From 49962557a26a194f9169623fc9ae51eb46037cc0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 24 Aug 2018 03:19:28 -0400 Subject: slacktopic.pl: fix typo --- slacktopic.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slacktopic.pl b/slacktopic.pl index 22b8c40..12fe27b 100644 --- a/slacktopic.pl +++ b/slacktopic.pl @@ -122,7 +122,7 @@ sub update_check { $t =~ s,\[\d\d\d\d-\d\d-\d\d\],[$new_date],; # Don't do anything if the topic's already correct. - if(if $t eq $chan->{topic}) { + if($t eq $chan->{topic}) { debugmsg("topic already correct, not doing anything"); return; } -- cgit v1.2.3