Beginnings of moving channel handling out of the main context or random assignments.

This commit is contained in:
flash 2025-04-27 02:53:56 +00:00
commit 80475a9180
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E
17 changed files with 209 additions and 78 deletions

View file

@ -1,4 +1,6 @@
namespace SharpChat;
using SharpChat.Channels;
namespace SharpChat;
public class ClientCommandContext {
public string Name { get; }