]> jfr.im git - irc/quakenet/qwebirc.git/blame - js/auth.js
Merge.
[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() {
2f74dea9
CP
8 return true;
9}
10
11qwebirc.auth.quakeNetAuth = function() {
12 return false;
13}
14
15qwebirc.auth.passAuth = function() {
391f51ff
CP
16 return false;
17}