コード例 #1
0
ファイル: IrcClient.cs プロジェクト: WCell/WCell-UtilityBot
 internal void OnUserParsed(IrcUser user)
 {
     AuthMgr.OnNewUser(user);
 }