Never send an autoreply to an IRC message. The server does this for us. Fixes #12621.
authorZachary West <zacw@adium.im>
Sat Oct 31 22:42:41 2009 -0400 (2009-10-31)
changeset 2719884572c52b7d
parent 2718 dce9e8066777
child 2720 1e4e0a864d53
Never send an autoreply to an IRC message. The server does this for us. Fixes #12621.
Plugins/Purple Service/ESIRCAccount.m
     1.1 --- a/Plugins/Purple Service/ESIRCAccount.m	Sat Oct 31 22:35:08 2009 -0400
     1.2 +++ b/Plugins/Purple Service/ESIRCAccount.m	Sat Oct 31 22:42:41 2009 -0400
     1.3 @@ -285,6 +285,14 @@
     1.4  	return dict;
     1.5  }
     1.6  
     1.7 +/*!
     1.8 + * @brief Should an autoreply be sent to this message?
     1.9 + */
    1.10 +- (BOOL)shouldSendAutoreplyToMessage:(AIContentMessage *)message
    1.11 +{
    1.12 +	return NO;
    1.13 +}
    1.14 +
    1.15  #pragma mark Server contacts (NickServ, ChanServ)
    1.16  /*!
    1.17   * @brief Sends a raw command to identify for the nickname