From e2caf81e4bd5cf9ca0b5dfb2119924b622c5dd95 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Fri, 17 Jan 2025 10:03:44 -0800 Subject: [PATCH] use scrolling message for BB client announcements; closes #593 --- src/ShellCommands.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ShellCommands.cc b/src/ShellCommands.cc index 9b4eb50c..871e9424 100644 --- a/src/ShellCommands.cc +++ b/src/ShellCommands.cc @@ -664,7 +664,7 @@ ShellCommand c_announce( Send an announcement message to all players.", true, +[](ShellCommand::Args& args) -> std::deque { - send_text_message(args.s, args.args); + send_text_or_scrolling_message(args.s, args.args, args.args); return {}; }); ShellCommand c_announce_mail(