Ejemplo n.º 1
0
 public static void JoinRoom(User channelOwner)
 {
     Writer.Write("#JOIN " + channelOwner.Name);
 }
Ejemplo n.º 2
0
 public static void UpdateOwner(User newOwner)
 {
     Owner = newOwner;
 }