コード例 #1
0
 /// <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.OnMonitoredUserOffline(new IrcMessageEventArgs<MonitoredUserOfflineMessage>(this));
 }
コード例 #2
0
 /// <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.OnWatchedUserOnline(new IrcMessageEventArgs<WatchedUserOnlineMessage>(this));
 }
コード例 #3
0
 /// <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.OnNoSuchServer(new IrcMessageEventArgs<NoSuchServerMessage>(this));
 }
コード例 #4
0
 /// <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.OnDccAcceptRequest(new IrcMessageEventArgs<DccAcceptRequestMessage>(this));
 }
コード例 #5
0
ファイル: TimeMessage.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.OnTime(new IrcMessageEventArgs<TimeMessage>(this));
 }
コード例 #6
0
 /// <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.OnAcceptListReply(new IrcMessageEventArgs<AcceptListReplyMessage>(this));
 }
コード例 #7
0
 /// <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.OnChannelIsInviteOnly(new IrcMessageEventArgs<ChannelIsInviteOnlyMessage>(this));
 }
コード例 #8
0
 /// <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.OnChannelCreationTime(new IrcMessageEventArgs<ChannelCreationTimeMessage>(this));
 }
コード例 #9
0
 /// <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.OnUserHost(new IrcMessageEventArgs<UserHostMessage>(this));
 }
コード例 #10
0
 /// <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.OnWasNoSuchNick(new IrcMessageEventArgs<WasNoSuchNickMessage>(this));
 }
コード例 #11
0
ファイル: KillMessage.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.OnKill(new IrcMessageEventArgs<KillMessage>(this));
 }
コード例 #12
0
 /// <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.OnSlotsRequest(new IrcMessageEventArgs<SlotsRequestMessage>(this));
 }
コード例 #13
0
 /// <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.OnGenericCtcpReply(new IrcMessageEventArgs<GenericCtcpReplyMessage>(this));
 }
コード例 #14
0
 /// <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.OnTopicNoneReply(new IrcMessageEventArgs<TopicNoneReplyMessage>(this));
 }
コード例 #15
0
 /// <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.OnNickCollision(new IrcMessageEventArgs<NickCollisionMessage>(this));
 }
コード例 #16
0
 /// <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.OnSelfUnAway(new IrcMessageEventArgs<SelfUnAwayMessage>(this));
 }
コード例 #17
0
 /// <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.OnWhoIsIdleReply(new IrcMessageEventArgs<WhoIsIdleReplyMessage>(this));
 }
コード例 #18
0
 /// <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.OnAlreadyOnChannel(new IrcMessageEventArgs<AlreadyOnChannelMessage>(this));
 }
コード例 #19
0
 /// <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.OnScriptReply(new IrcMessageEventArgs<ScriptReplyMessage>(this));
 }
コード例 #20
0
 /// <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.OnMonitorListFull(new IrcMessageEventArgs<MonitorListFullMessage>(this));
 }
コード例 #21
0
 /// <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.OnServerCreated(new IrcMessageEventArgs<ServerCreatedMessage>(this));
 }
コード例 #22
0
 /// <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.OnCannotChangeNickWhileBanned(new IrcMessageEventArgs<CannotChangeNickWhileBannedMessage>(this));
 }
コード例 #23
0
 /// <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.OnCannotUseColors(new IrcMessageEventArgs<CannotUseColorsMessage>(this));
 }
コード例 #24
0
 /// <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.OnChannelScopedNotice(new IrcMessageEventArgs<ChannelScopedNoticeMessage>(this));
 }
コード例 #25
0
 /// <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.OnNotEnoughParameters(new IrcMessageEventArgs<NotEnoughParametersMessage>(this));
 }
コード例 #26
0
 /// <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.OnChannelBlocked(new IrcMessageEventArgs<ChannelBlockedMessage>(this));
 }
コード例 #27
0
ファイル: BackMessage.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.OnBack(new IrcMessageEventArgs<BackMessage>(this));
 }
コード例 #28
0
 /// <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.OnTooManyLines(new IrcMessageEventArgs<TooManyLinesMessage>(this));
 }
コード例 #29
0
ファイル: PartMessage.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.OnPart(new IrcMessageEventArgs<PartMessage>(this));
 }
コード例 #30
0
 /// <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.OnGenericNumericMessage(new IrcMessageEventArgs<GenericNumericMessage>(this));
 }