Disable general chat, but

With the actual Disable chat in game " which I love BTW" Is there a way to toggle it on and off without having to pop menu, options, social and disable chat?

/run local disabled = not C_SocialRestrictions.IsChatDisabled() C_SocialRestrictions.SetChatDisabled(disabled) ChatConfigFrame_OnChatDisabledChanged(disabled) print("Chat:", disabled and "Disabled" or "Enabled")
3 Likes

duuuuuuuuuuuuude, I love you!!!