From 8ea881a097360a8ed7dd07ee15dbe264ad5a0912 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 17 Mar 2021 13:34:33 -0400 Subject: Show where too-long-messages will be automatically split --- chat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chat.h') diff --git a/chat.h b/chat.h index 8249564..9f5d454 100644 --- a/chat.h +++ b/chat.h @@ -279,6 +279,7 @@ void command(uint id, char *input); const char *commandIsPrivmsg(uint id, const char *input); const char *commandIsNotice(uint id, const char *input); const char *commandIsAction(uint id, const char *input); +size_t commandWillSplit(uint id, const char *input); void commandCompleteAdd(void); enum Heat { Ice, Cold, Warm, Hot }; -- cgit 1.4.1