mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
actually use the tls settings on upgrade, and disconnect gracefully
This commit is contained in:
parent
db2fed0d38
commit
f2795abcc5
11 changed files with 117 additions and 30 deletions
|
|
@ -209,6 +209,9 @@ static void notifylist_deinit_server(IRC_SERVER_REC *server)
|
|||
return;
|
||||
|
||||
mserver = MODULE_DATA(server);
|
||||
if (!mserver)
|
||||
return;
|
||||
|
||||
while (mserver->notify_users != NULL) {
|
||||
rec = mserver->notify_users->data;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue