Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions server/network/aoprotocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down