brmd notify_door_unauth IRC: Bold message

This commit is contained in:
Petr Baudis 2011-10-19 00:32:10 +02:00
parent 42d9931a4b
commit f926e5b869

View file

@ -647,7 +647,7 @@ sub notify_update {
sub notify_door_unauth {
my ($sender) = $_[SENDER];
my $irc = $_[HEAP]->{irc};
my $msg = "[door] unauthorized access denied!";
my $msg = "[door] \002unauthorized access\002 denied!";
$irc->yield (privmsg => $channel => $msg );
}