Using capital letter for radio channel prefixes works now (#20846)
Co-authored-by: gus <august.eymann@gmail.ccom>
This commit is contained in:
@@ -133,6 +133,7 @@ public abstract class SharedChatSystem : EntitySystem
|
||||
}
|
||||
|
||||
var channelKey = input[1];
|
||||
channelKey = char.ToLower(channelKey);
|
||||
output = SanitizeMessageCapital(input[2..].TrimStart());
|
||||
|
||||
if (channelKey == DefaultChannelKey)
|
||||
|
||||
Reference in New Issue
Block a user