nickserv: SET SNOTICE — opt-in server-notice-style service replies (*** NickServ: ...) sourced from the server instead of the pseudoclient
All checks were successful
CI / check (push) Successful in 3m47s
All checks were successful
CI / check (push) Successful in 3m47s
This commit is contained in:
parent
3230cdd9db
commit
6429b82fc4
12 changed files with 90 additions and 11 deletions
|
|
@ -1814,6 +1814,8 @@ pub trait Store {
|
|||
// NickServ SET HIDE STATUS: whether this account hides its last-seen line.
|
||||
fn set_account_hide_status(&mut self, account: &str, on: bool) -> Result<(), RegError>;
|
||||
fn account_hides_status(&self, account: &str) -> bool;
|
||||
fn set_account_snotice(&mut self, account: &str, on: bool) -> Result<(), RegError>;
|
||||
fn account_wants_snotice(&self, account: &str) -> bool;
|
||||
// HostServ vhosts.
|
||||
fn set_vhost(&mut self, account: &str, host: &str, setter: &str, ttl: Option<u64>) -> Result<(), RegError>;
|
||||
fn del_vhost(&mut self, account: &str) -> Result<bool, RegError>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue