summaryrefslogtreecommitdiff
path: root/plugins/Irc/ChannelResponseChannel.php
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Irc/ChannelResponseChannel.php')
-rw-r--r--plugins/Irc/ChannelResponseChannel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Irc/ChannelResponseChannel.php b/plugins/Irc/ChannelResponseChannel.php
index d29a1da02..9d50b914a 100644
--- a/plugins/Irc/ChannelResponseChannel.php
+++ b/plugins/Irc/ChannelResponseChannel.php
@@ -56,6 +56,6 @@ class ChannelResponseChannel extends IMChannel {
*/
public function output($user, $text) {
$text = $user->nickname.': ['.common_config('site', 'name') . '] ' . $text;
- $this->imPlugin->send_message($this->ircChannel, $text);
+ $this->imPlugin->sendMessage($this->ircChannel, $text);
}
} \ No newline at end of file