diff options
Diffstat (limited to '')
-rw-r--r-- | chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chat.c b/chat.c index dbd2784..284302d 100644 --- a/chat.c +++ b/chat.c @@ -269,5 +269,6 @@ int main(int argc, char *argv[]) { }; handle(msg); + ircClose(); uiHide(); } |