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 151e61c..271f447 100755
--- a/idalius.pl
+++ b/idalius.pl
@@ -113,7 +113,7 @@ sub irc_public {
my $nick = ( split /!/, $who )[0];
my $channel = $where->[0];
- print("$channel $who: $what\n");
+ print("[$channel] $who: $what\n");
# reject ignored nicks first
return if (grep {$_ eq $nick} @{$config{ignore}});