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.0 tion> dontfiles
summary refs log tree commit diff
path: root/bin/LICENSE (unfollow)
Commit message (Collapse)Author
2020-05-22Add The Hundred Thousand KingdomsJune McEnroe
2020-05-20Add RFC man-like to planJune McEnroe
2020-05-14Add hi rule for sh arithmetic expansionJune McEnroe
Shell highlighting is hopeless anyway but this makes it slightly less obviously broken.
2020-05-13Remove gpg symlink from NetBSD installJune McEnroe
2020-05-11Add AutonomousJune McEnroe
Why do the bad guys get a happy ending though?
2020-05-08Move keyboard layout into a .bundleJune McEnroe
Based on Workman.bundle. This seems to make it stick, though I don't want to speak too soon.
2020-05-07Remove mkshJune McEnroe
2020-05-07Emulate 1sh prompts in bashJune McEnroe
2020-05-07Update nvim MANPAGERJune McEnroe
Not sure when this was added. Has the advantage of working properly in more versions of man(1) it seems.
2020-05-06Post "casual update"June McEnroe
2020-05-06Remove bman functionJune McEnroeroe
2019-08-29Add long-missing setopt to bin.7June McEnroe
2019-08-29Add editJune McEnroe