diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm
index 5e07134d4f..716f5c4cf3 100644
--- a/code/modules/client/verbs/looc.dm
+++ b/code/modules/client/verbs/looc.dm
@@ -19,6 +19,9 @@
if(!(prefs.toggles & CHAT_OOC))
to_chat(src, " You have OOC muted.")
return
+ if(jobban_isbanned(mob, "OOC"))
+ to_chat(src, "You have been banned from OOC.")
+ return
if(!holder)
if(!GLOB.ooc_allowed)