adium-1.4 2719:884572c52b7d: Never send an autoreply to an IRC m...
commits at adium.im
commits at adium.im
Sun Nov 1 02:42:58 UTC 2009
details: http://hg.adium.im/adium-1.4/rev/884572c52b7d
revision: 2719:884572c52b7d
author: Zachary West <zacw at adium.im>
date: Sat Oct 31 22:42:41 2009 -0400
Never send an autoreply to an IRC message. The server does this for us. Fixes #12621.
diffs (18 lines):
diff -r dce9e8066777 -r 884572c52b7d 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
More information about the commits
mailing list