feat: add /clearlog2
This commit is contained in:
@@ -73,6 +73,12 @@ internal class Tab {
|
||||
}
|
||||
}
|
||||
|
||||
internal void Clear() {
|
||||
this.MessagesMutex.WaitOne();
|
||||
this.Messages.Clear();
|
||||
this.MessagesMutex.ReleaseMutex();
|
||||
}
|
||||
|
||||
internal Tab Clone() {
|
||||
return new Tab {
|
||||
Name = this.Name,
|
||||
|
||||
Reference in New Issue
Block a user