diff options
-rwxr-xr-x | idalius.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}}); |