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