Use hash if available

This commit is contained in:
Craig Andrews
2010-08-18 14:07:40 -04:00
parent 05712ae62b
commit 6c02c665f2
4 changed files with 38 additions and 128 deletions

View File

@@ -192,9 +192,6 @@ class MsnPlugin extends ImPlugin {
if (!isset($this->nickname)) {
throw new Exception("Must specify a nickname");
}
if (!function_exists('mhash')) {
require_once(INSTALLDIR.'/plugins/Msn/extlib/compat/mhash.php');
}
return true;
}