From db08c3822e83cd327b7c90bf7006b4d7babe4269 Mon Sep 17 00:00:00 2001 From: Alexandre Morignot <erdnaxeli@cervoi.se> Date: Thu, 14 May 2015 13:44:42 +0200 Subject: [PATCH] Fixes #17: temporary fix --- lib/commands/get.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/commands/get.pm b/lib/commands/get.pm index ea86cbb..7733817 100644 --- a/lib/commands/get.pm +++ b/lib/commands/get.pm @@ -15,6 +15,7 @@ our $log; sub exec { my ($chan, $msg, $chan_src) = @_; + $chan->[0] = lc $chan->[0]; my $query = commands::get::query->new( chan => $chan->[0], -- GitLab