diff --git a/code/modules/client/verbs/looc.dm b/code/modules/client/verbs/looc.dm index b371372dfe..38cfd84b9c 100644 --- a/code/modules/client/verbs/looc.dm +++ b/code/modules/client/verbs/looc.dm @@ -10,9 +10,7 @@ GLOBAL_VAR_INIT(normal_looc_colour, "#6699CC") to_chat(usr, " Speech is currently admin-disabled.") return - if(!mob) return - if(IsGuestKey(key)) - to_chat(src, "Guests may not use OOC.") + if(!mob) return msg = copytext(sanitize(msg), 1, MAX_MESSAGE_LEN)