summaryrefslogtreecommitdiff
path: root/plugins/Irc/ChannelResponseChannel.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-08-31 00:01:55 -0400
committerCraig Andrews <candrews@integralblue.com>2010-09-03 17:50:28 -0400
commit6a848bcc8ac37066f7c4941132195d2d67d3b376 (patch)
tree15931655ea106c8775d244afe80bfb21b41a1d8e /plugins/Irc/ChannelResponseChannel.php
parent326258bfef7282509d719238234038d0f6a8d3ff (diff)
send_message -> sendMessage
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