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