コード例 #1
0
ファイル: ChatActionHandlers.cs プロジェクト: jaedan/runuo
 public static void LeaveChat(ChatUser from, Channel channel, string param)
 {
     ChatUser.RemoveChatUser(from);
 }