mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
Complete bare minimum to seem logged in
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
mod more_auth;
|
||||
mod chat_ignores;
|
||||
mod pending_sanctions;
|
||||
mod all_joined_channels;
|
||||
|
||||
use polariton_server::operations::OperationsHandler;
|
||||
|
||||
@@ -9,5 +10,6 @@ pub fn handler() -> OperationsHandler<crate::UserTy> {
|
||||
.without_state(more_auth::MoreLobbyAuth)
|
||||
.without_state(chat_ignores::ignores_provider())
|
||||
.without_state(pending_sanctions::pending_sanctions_checker())
|
||||
.without_state(all_joined_channels::all_channels_provider())
|
||||
//.without_state(polariton_server::operations::Ack::<00000, _>::default())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user