Beginnings of moving channel handling out of the main context or random assignments.
This commit is contained in:
parent
f1d4051fb5
commit
80475a9180
17 changed files with 209 additions and 78 deletions
SharpChat
|
@ -1,4 +1,6 @@
|
|||
namespace SharpChat;
|
||||
using SharpChat.Channels;
|
||||
|
||||
namespace SharpChat;
|
||||
|
||||
public class ClientCommandContext {
|
||||
public string Name { get; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue