diff --git a/lib/commands/get.pm b/lib/commands/get.pm
index ea86cbb6b7d94804efd0227427251be22f27896f..773381787098d08ffe81b25ff221b4498fda608f 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],