summaryrefslogtreecommitdiff
path: root/lib/command.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-26 01:29:10 +0100
committerSarven Capadisli <csarven@status.net>2010-01-26 01:29:10 +0100
commit6cfe5b5a3bfe4cbdecc6adf39f8f7b133fbd7550 (patch)
treef9314cb28d7fbe56c5ab0d3d0ac6211036eb61c8 /lib/command.php
parent9bacdb9134b39f97fd244bdc28d9e467ac05b61d (diff)
parente26a843caf9f6bb0d11a7128884db235ededcce0 (diff)
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/command.php')
-rw-r--r--lib/command.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/command.php b/lib/command.php
index c0a32e1b1..2a51fd687 100644
--- a/lib/command.php
+++ b/lib/command.php
@@ -422,7 +422,7 @@ class RepeatCommand extends Command
$repeat = $notice->repeat($this->user->id, $channel->source);
if ($repeat) {
- common_broadcast_notice($repeat);
+
$channel->output($this->user, sprintf(_('Notice from %s repeated'), $recipient->nickname));
} else {
$channel->error($this->user, _('Error repeating notice.'));
@@ -492,7 +492,7 @@ class ReplyCommand extends Command
} else {
$channel->error($this->user, _('Error saving notice.'));
}
- common_broadcast_notice($notice);
+
}
}