send_confirmation_code -> sendConfirmationCode
This commit is contained in:
@@ -229,7 +229,7 @@ class IrcManager extends ImManager {
|
||||
if (isset($this->regChecksLookup[$usernick])) {
|
||||
if ($data['registered']) {
|
||||
// Send message
|
||||
$this->plugin->send_confirmation_code($screenname, $nickdata['code'], $nickdata['user'], true);
|
||||
$this->plugin->sendConfirmationCode($screenname, $nickdata['code'], $nickdata['user'], true);
|
||||
} else {
|
||||
$this->plugin->sendMessage($screenname, _m('Your nickname is not registered so IRC connectivity cannot be enabled'));
|
||||
|
||||
|
Reference in New Issue
Block a user