]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/auth.js
Fix several login bugs, add bouncer auth mode.
[irc/quakenet/qwebirc.git] / js / auth.js
index 809f5f0d87ac0da9bec0215c0d2aab8431fb93b8..d0e1be406043c7ac9328544b5f6b89008e449199 100644 (file)
@@ -3,6 +3,19 @@ qwebirc.auth.loggedin = function() {
   
   return user;
 }
+
 qwebirc.auth.enabled = function() {
   return false;
 }
+
+qwebirc.auth.quakeNetAuth = function() {
+  return false;
+}
+
+qwebirc.auth.passAuth = function() {
+  return true;
+}
+
+qwebirc.auth.bouncerAuth = function() {
+  return false;
+}