diff options
Diffstat (limited to 'plugins/smf2')
-rw-r--r-- | plugins/smf2/BridgeSMF2.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plugins/smf2/BridgeSMF2.php b/plugins/smf2/BridgeSMF2.php index 30aa436..a8b474e 100644 --- a/plugins/smf2/BridgeSMF2.php +++ b/plugins/smf2/BridgeSMF2.php @@ -16,16 +16,4 @@ class BridgeSMF2 extends EjabberdAuthBridge { function auth($username, $server, $password) { return smf_ssi('checkPassword', $username, $password, TRUE); } - - function setpass($username, $server, $password) { - return FALSE; - } - - function tryregister($username, $server, $password) { - return FALSE; - } - - function removeuser($username, $server) { - return FALSE; - } } |