diff --git a/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py b/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py index 635fb6bd9e..6ab4a7c3cf 100644 --- a/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py +++ b/evennia/contrib/base_systems/godotwebsocket/text2bbcode.py @@ -318,8 +318,7 @@ class TextToBBCODEparser(TextToHTMLparser): def format_styles(self, text): """ - Takes a string with parsed ANSI codes and replaces them with - HTML spans and CSS classes. + Takes a string with parsed ANSI codes and replaces them with bbcode style tags Args: text (str): The string to process.