]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/auth.js
Cherrypick 9807331b42932e92d170e12eb9cc298fe6517f12:
[irc/quakenet/qwebirc.git] / js / auth.js
index 2197b67e8f4b026e527b45dfa826c6b2599125ba..d0e1be406043c7ac9328544b5f6b89008e449199 100644 (file)
@@ -3,3 +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;
+}