summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/colorkick.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/colorkick.pl b/scripts/colorkick.pl
index de7e153..c28e420 100644
--- a/scripts/colorkick.pl
+++ b/scripts/colorkick.pl
@@ -40,7 +40,7 @@ sub catch_junk
for my $channel (split(/ /,
Irssi::settings_get_str('colorkick_channels')))
{
- if ($target == $channel)
+ if ($target eq $channel)
{
$valid_channel = 1;
last;