ChannelMembership

- Added `getChannel()`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-17 23:34:34 +02:00
parent 0b4f1cbdf9
commit 91b85d1064
1 changed files with 5 additions and 0 deletions

View File

@ -140,6 +140,11 @@ public class ChannelMembership : Command
registerClass!(typeof(this));
}
public string getChannel()
{
return this.channel;
}
public ChannelMembership join(string channelName)
{
this.channel = channelName;