aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xidalius.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/idalius.pl b/idalius.pl
index eba7e42..1565bdb 100755
--- a/idalius.pl
+++ b/idalius.pl
@@ -217,7 +217,7 @@ sub handle_common {
my $channel = $where->[0];
my $output;
- $what =~ s/^\s+|\s+$//g;
+ $what =~ s/\s+$//g;
my $stripped_what = strip_color(strip_formatting($what));
my $no_prefix_what = $stripped_what;