handle_incoming -> handleIncoming

This commit is contained in:
Craig Andrews
2010-08-31 00:11:57 -04:00
parent 463e9c10d1
commit a3725de47b
5 changed files with 7 additions and 7 deletions

View File

@@ -138,7 +138,7 @@ class AimPlugin extends ImPlugin
$user = $this->get_user($from);
$notice_text = $info['message'];
$this->handle_incoming($from, $notice_text);
$this->handleIncoming($from, $notice_text);
return true;
}