# HG changeset patch # User Zachary West # Date 1257043361 14400 # Node ID 5784d39a3ed53a0fe8fca2f4d5d055ca623ea276 # Parent 62024fb156851ed68b0dbf9c8a8796081b11ccdb Never send an autoreply to an IRC message. The server does this for us. Fixes #12621. diff -r 62024fb156851ed68b0dbf9c8a8796081b11ccdb -r 5784d39a3ed53a0fe8fca2f4d5d055ca623ea276 Plugins/Purple Service/ESIRCAccount.m --- a/Plugins/Purple Service/ESIRCAccount.m Sat Oct 31 22:35:08 2009 -0400 +++ b/Plugins/Purple Service/ESIRCAccount.m Sat Oct 31 22:42:41 2009 -0400 @@ -285,6 +285,14 @@ return dict; } +/*! + * @brief Should an autoreply be sent to this message? + */ +- (BOOL)shouldSendAutoreplyToMessage:(AIContentMessage *)message +{ + return NO; +} + #pragma mark Server contacts (NickServ, ChanServ) /*! * @brief Sends a raw command to identify for the nickname