From d604c3f3fc590db3d6a42a93f8b3e25a11da3be4 Mon Sep 17 00:00:00 2001 From: beu Date: Fri, 14 Mar 2025 22:57:02 +0100 Subject: [PATCH] add getChatPrefix function --- MatchManagerSuite/MatchManagerCore.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MatchManagerSuite/MatchManagerCore.php b/MatchManagerSuite/MatchManagerCore.php index 0075f70..22c55af 100644 --- a/MatchManagerSuite/MatchManagerCore.php +++ b/MatchManagerSuite/MatchManagerCore.php @@ -659,6 +659,10 @@ class MatchManagerCore implements CallbackListener, CommandListener, TimerListen return $this->pauseon; } + public function getChatPrefix() { + return $this->chatprefix; + } + /* * MARK: Internal Functions */