diff options
author | David Phillips <david@sighup.nz> | 2018-09-10 20:02:15 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2018-09-10 20:02:15 +1200 |
commit | 851fb8fb8feb881a63c40bce0d963ce425a95ef7 (patch) | |
tree | 729237e5698fc3a42469dc1bdd0eeaab3cd3a79b /Plugin/Jinx.pm | |
parent | 1242e695ea5deb1ac02b46b8ba42894d9e071b46 (diff) | |
download | idalius-851fb8fb8feb881a63c40bce0d963ce425a95ef7.tar.xz |
Remove out of touch change to comment
Diffstat (limited to 'Plugin/Jinx.pm')
-rw-r--r-- | Plugin/Jinx.pm | 2 |
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; |