summaryrefslogtreecommitdiff
path: root/lib/imchannel.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imchannel.php')
-rw-r--r--lib/imchannel.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/imchannel.php b/lib/imchannel.php
index 12354ce4b..a05229990 100644
--- a/lib/imchannel.php
+++ b/lib/imchannel.php
@@ -47,7 +47,7 @@ class IMChannel extends Channel
function output($user, $text)
{
$text = '['.common_config('site', 'name') . '] ' . $text;
- $this->imPlugin->send_message($this->imPlugin->get_screenname($user), $text);
+ $this->imPlugin->sendMessage($this->imPlugin->get_screenname($user), $text);
}
function error($user, $text)
@@ -56,7 +56,7 @@ class IMChannel extends Channel
$screenname = $this->imPlugin->get_screenname($user);
if($screenname){
- $this->imPlugin->send_message($screenname, $text);
+ $this->imPlugin->sendMessage($screenname, $text);
return true;
}else{
common_log(LOG_ERR,