send_notice -> sendNotice

This commit is contained in:
Craig Andrews
2010-08-31 00:02:50 -04:00
parent 6a848bcc8a
commit 80176b0b2c
2 changed files with 4 additions and 4 deletions

View File

@@ -316,7 +316,7 @@ class XmppPlugin extends ImPlugin
$this->queuedConnection()->message($screenname, $body, 'chat');
}
function send_notice($screenname, $notice)
function sendNotice($screenname, $notice)
{
$msg = $this->format_notice($notice);
$entry = $this->format_entry($notice);