Network/IRC/IrcChannelWidget.py

branch
Py2 comp.
changeset 2677
3d4277929fb3
parent 2525
8b507a9a2d40
parent 2632
94121e2f55b9
child 3057
10516539f238
equal deleted inserted replaced
2670:e60ea6cb8e11 2677:3d4277929fb3
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

eric ide

mercurial