mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-08 03:34:02 +02:00
add nick
This commit is contained in:
parent
db22869e4e
commit
fc805c78cb
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ sub irc_public {
|
|||
$answer .= ($pod->title . ': ') if $pod->title;
|
||||
$answer .= ($subpod->title . ': ') if $subpod->title;
|
||||
$answer .= $subpod->plaintext;
|
||||
$irc->yield( privmsg => $channel => $answer );
|
||||
$irc->yield( privmsg => $channel => "$nick: $answer" );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue