mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Updated server removal
Removing network will also remove attached channels
This commit is contained in:
parent
2ad6bb1295
commit
6ca7dc6847
5 changed files with 40 additions and 28 deletions
|
|
@ -21,6 +21,9 @@ void channels_setup_deinit(void);
|
|||
void channel_setup_create(CHANNEL_SETUP_REC *channel);
|
||||
void channel_setup_remove(CHANNEL_SETUP_REC *channel);
|
||||
|
||||
/* Remove channels attached to chatnet */
|
||||
void channel_setup_remove_chatnet(const char *chatnet);
|
||||
|
||||
CHANNEL_SETUP_REC *channel_setup_find(const char *channel,
|
||||
const char *chatnet);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue