Add AJOIN ADDALL to auto-join every channel you are currently in
All checks were successful
CI / check (push) Successful in 5m32s
All checks were successful
CI / check (push) Successful in 5m32s
This commit is contained in:
parent
6e53cb751a
commit
b500698e82
10 changed files with 52 additions and 11 deletions
|
|
@ -2318,6 +2318,7 @@ pub trait NetView {
|
|||
// A user's identity for extban / AKICK matching, if known.
|
||||
fn ban_target(&self, uid: &str) -> Option<BanTarget<'_>>;
|
||||
fn uids_logged_into(&self, account: &str) -> Vec<String>;
|
||||
fn channels_of(&self, uid: &str) -> Vec<String>;
|
||||
fn is_op(&self, channel: &str, uid: &str) -> bool;
|
||||
fn channel_members(&self, channel: &str) -> Vec<String>;
|
||||
fn channel_key(&self, channel: &str) -> Option<&str>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue