Example #1
0
 public virtual void OnChannelTopicReceived(Channel channel)
 {
     ChannelTopicReceived(channel);
 }
Example #2
0
 public virtual void OnUserJoinedChannel(Channel channel, User user)
 {
     UserJoinedChannel(channel, user);
 }