]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Irc/ChannelResponseChannel.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / plugins / Irc / ChannelResponseChannel.php
index d29a1da029843c9eb99708787a431522b83ef3cd..3ddad28aa9266eb8140109060b358f7da6c349c4 100644 (file)
@@ -56,6 +56,6 @@ class ChannelResponseChannel extends IMChannel {
     */\r
     public function output($user, $text) {\r
         $text = $user->nickname.': ['.common_config('site', 'name') . '] ' . $text;\r
-        $this->imPlugin->send_message($this->ircChannel, $text);\r
+        $this->imPlugin->sendMessage($this->ircChannel, $text);\r
     }\r
-}
\ No newline at end of file
+}\r