Merge pull request #1216 from peppy/unlock-chat

Allow posting to chat in all channels
This commit is contained in:
Dan Balasescu 2017-09-06 21:01:17 +09:00 committed by GitHub
commit cfd25693ce
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class Channel
public Bindable<bool> Joined = new Bindable<bool>(); public Bindable<bool> Joined = new Bindable<bool>();
public bool ReadOnly => Name != "#lazer"; public bool ReadOnly => false;
public const int MAX_HISTORY = 300; public const int MAX_HISTORY = 300;