channel modes +Q nokicks / +A allowinvite / +P permchannels; fix SWHOIS (full multi-word text, no doubled nick in WHOIS)
This commit is contained in:
parent
050ce37612
commit
8dc51a281b
8 changed files with 70 additions and 20 deletions
|
|
@ -423,7 +423,7 @@ impl Server {
|
|||
for m in seen {
|
||||
self.send(m, line.clone());
|
||||
}
|
||||
self.channels.retain(|_, c| !c.is_empty());
|
||||
self.channels.retain(|_, c| c.keep_alive());
|
||||
self.watch_notify_offline(&user.nick); // tell WATCH/MONITOR watchers
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue