Network/IRC/IrcChannelWidget.py

changeset 2632
94121e2f55b9
parent 2476
3137ed00325e
child 2677
3d4277929fb3
child 2960
9453efa25fd5
child 3163
9f50365a0870
equal deleted inserted replaced
2629:95be6907871c 2632:94121e2f55b9
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

eric ide

mercurial