aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-09-10 20:02:15 +1200
committerDavid Phillips <david@sighup.nz>2018-09-10 20:02:15 +1200
commit851fb8fb8feb881a63c40bce0d963ce425a95ef7 (patch)
tree729237e5698fc3a42469dc1bdd0eeaab3cd3a79b
parent1242e695ea5deb1ac02b46b8ba42894d9e071b46 (diff)
downloadidalius-851fb8fb8feb881a63c40bce0d963ce425a95ef7.tar.xz
Remove out of touch change to comment
-rw-r--r--Plugin/Jinx.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugin/Jinx.pm b/Plugin/Jinx.pm
index 8f4ed9e..507f242 100644
--- a/Plugin/Jinx.pm
+++ b/Plugin/Jinx.pm
@@ -9,7 +9,7 @@ use warnings;
# Last message we responded to with a jinx
my $last_response = undef;
-# Last message said on the channel, and whether it's action or message
+# Last message said on the channel
my $last = undef;
my %config;