From 2ae5b6b9ab2a528425c1c5265b04bb01a5246e29 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 13 Aug 2018 13:49:03 -0400 Subject: Add /query, /part and /close Closing a channel before parting it is a bit weird, but if I send a PART on /close, it would get reopened again to show the part message. --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index a4ab195..7e9f220 100644 --- a/chat.h +++ b/chat.h @@ -93,6 +93,7 @@ void uiDraw(void); void uiRead(void); void uiViewTag(struct Tag tag); void uiViewNum(int num); +void uiCloseTag(struct Tag tag); void uiTopic(struct Tag tag, const char *topic); void uiLog(struct Tag tag, const wchar_t *line); void uiFmt(struct Tag tag, const wchar_t *format, ...); -- cgit 1.4.0