mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
use - instead of :
This commit is contained in:
parent
fc805c78cb
commit
f057156b42
1 changed files with 2 additions and 2 deletions
|
@ -554,8 +554,8 @@ sub irc_public {
|
|||
foreach my $subpod (@{$pod->subpods}) {
|
||||
if ($subpod->plaintext) {
|
||||
my $answer = '';
|
||||
$answer .= ($pod->title . ': ') if $pod->title;
|
||||
$answer .= ($subpod->title . ': ') if $subpod->title;
|
||||
$answer .= ($pod->title . ' - ') if $pod->title;
|
||||
$answer .= ($subpod->title . ' - ') if $subpod->title;
|
||||
$answer .= $subpod->plaintext;
|
||||
$irc->yield( privmsg => $channel => "$nick: $answer" );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue