Network/IRC/IrcChannelWidget.py

branch
5_3_x
changeset 2631
06f866e83d3a
parent 2477
5d706fb30a10
child 2677
3d4277929fb3
child 2960
9453efa25fd5
child 3163
9f50365a0870
equal deleted inserted replaced
2630:d2051b6c5658 2631:06f866e83d3a
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