From 7d76246c3f488edf3770dc7b641965dbd60bf6e5 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Tue, 7 Aug 2018 17:51:23 -0400 Subject: Highlight and beep pings --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 1c7ae5a..838c51d 100644 --- a/chat.h +++ b/chat.h @@ -41,6 +41,7 @@ void ircFmt(const char *format, ...); void uiInit(void); void uiHide(void); void uiDraw(void); +void uiBeep(void); void uiRead(void); void uiTopic(const wchar_t *topic); void uiTopicStr(const char *topic); -- cgit 1.4.1