ChannelMembership

- Added `getMembers()`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-18 12:19:15 +02:00
parent 91b85d1064
commit 854dd6a319
1 changed files with 5 additions and 0 deletions

View File

@ -162,6 +162,11 @@ public class ChannelMembership : Command
return this;
}
public string[] getMembers()
{
return this.members;
}
public ChannelMembership listReplyGood(string[] channels)
{
// Set the status to good