diff --git a/server/network/aoprotocol.py b/server/network/aoprotocol.py index ac85ad8b..3ad7558a 100644 --- a/server/network/aoprotocol.py +++ b/server/network/aoprotocol.py @@ -775,11 +775,6 @@ def net_cmd_ms(self, args): ) return - if text.replace(" ", "").startswith("(("): - self.client.send_ooc( - "Please, *please* use the OOC chat instead of polluting IC. Normal OOC is local to area. You can use /h to talk across the hub, or /g to talk across the entire server." - ) - return # Scrub text and showname for bad words if ( self.client.area.area_manager.censor_ic