コード例 #1
0
ファイル: StatsMessage.cs プロジェクト: alfaproject/Supay.Irc
 /// <summary>
 ///   Notifies the given <see cref="MessageConduit" /> by raising the appropriate event for the current <see cref="IrcMessage" /> subclass.
 /// </summary>
 public override void Notify(MessageConduit conduit)
 {
     conduit.OnStats(new IrcMessageEventArgs<StatsMessage>(this));
 }