コード例 #1
0
ファイル: User.cs プロジェクト: icedream/Icebot-old
 public void Refresh()
 {
     User newInfo = new User(Server);
     Server.WhoIs(Hostmask);
 }
コード例 #2
0
ファイル: IcebotChannel.cs プロジェクト: icedream/Icebot-old
 public bool HasUser(User user)
 {
     return HasUser(user.Hostmask);
 }