+ Start work on MenuView & friends
* connect.js no longer a module. Part of initial connection always * Cleaner & expandable BBS init * Better theme handling
This commit is contained in:
@@ -40,8 +40,6 @@ function entryPoint(client) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(mci);
|
||||
|
||||
user.authenticate('NuSkooler', 'password', client, function onAuth(isValid) {
|
||||
console.log(isValid);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user