/// <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));
 }
 /// <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));
 }
 /// <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
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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));
 }
 /// <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
 /// <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
 /// <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));
 }