930 """ |
930 """ |
931 self.__addManagementMessage(self.trUtf8("Help"), |
931 self.__addManagementMessage(self.trUtf8("Help"), |
932 "{0} {1}".format(match.group(1), ircFilter(match.group(2)))) |
932 "{0} {1}".format(match.group(1), ircFilter(match.group(2)))) |
933 return True |
933 return True |
934 |
934 |
935 |
|
936 def __handleCtcp(self, match): |
935 def __handleCtcp(self, match): |
937 """ |
936 """ |
938 Private method to handle a CTCP channel command. |
937 Private method to handle a CTCP channel command. |
939 |
938 |
940 @param reference to the match object |
939 @param reference to the match object |