예제 #1
0
 /// <summary>
 /// Get channel entry text.
 /// returned string will be displayed in channelsText, so remember to put '\n' on end
 /// </summary>
 private string GetChannelEntry(ChatChannel channel)
 {
     return($"{channel} = <size=30>{channel.GetDescription()}</size>\n");
 }