Allow posting to chat in all channels

This commit is contained in:
Dean Herbert 2017-09-06 20:26:01 +09:00
parent 5988b5924d
commit 4f4b0a1f35
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 bool ReadOnly => Name != "#lazer";
public bool ReadOnly => false;
public const int MAX_HISTORY = 300;