]> jfr.im git - irc/quakenet/qwebirc.git/blame_incremental - js/auth.js
> now not allowed at end of urls
[irc/quakenet/qwebirc.git] / js / auth.js
... / ...
CommitLineData
1qwebirc.auth.loggedin = function() {
2 var user = Cookie.read("user");
3
4 return user;
5}
6
7qwebirc.auth.enabled = function() {
8 return false;
9}
10
11qwebirc.auth.quakeNetAuth = function() {
12 return false;
13}
14
15qwebirc.auth.passAuth = function() {
16 return true;
17}
18
19qwebirc.auth.bouncerAuth = function() {
20 return false;
21}