- Increase page count
- /chat2Viewer is now sorted by date - Echo everything that hasn't any channel set - Fixed channel inputs are now enforced - Added a warning for ECL channel mismatch
This commit is contained in:
@@ -460,6 +460,13 @@ internal class UsedChannel
|
||||
TempTellTarget = null;
|
||||
TempChannel = InputChannel.Invalid;
|
||||
}
|
||||
|
||||
internal void SetChannel(InputChannel channel)
|
||||
{
|
||||
UseTempChannel = false;
|
||||
TempTellTarget = null;
|
||||
Channel = channel;
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user