mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
brmd notify_door_unauth IRC: Bold message
This commit is contained in:
parent
42d9931a4b
commit
f926e5b869
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue