Пример #1
0
 def inviteChum(self, handle, channel):
     h = str(handle)
     c = str(channel)
     try:
         helpers.invite(self.cli, h, c)
     except socket.error:
         self.setConnectionBroken()
Пример #2
0
 def inviteChum(self, handle, channel):
     h = unicode(handle)
     c = unicode(channel)
     try:
         helpers.invite(self.cli, h, c)
     except socket.error:
         self.setConnectionBroken()