fixed #1821, also try to fixe #1825

This commit is contained in:
louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 2010-09-10 22:32:31 +00:00
parent 945dc664d8
commit 22e05a229a
2 changed files with 4 additions and 1 deletions

View file

@ -1072,12 +1072,13 @@ class Gui(object):
room = self.current_room()
if room.name == "Info" or room.jid is not None:
return
r = None
for user in room.users:
if user.nick == nick:
r = self.open_private_window(room.name, user.nick)
if r and len(args) > 1:
msg = arg[len(nick)+1:]
muc.send_private_message(r.name, msg)
muc.send_private_message(self.xmpp, r.name, msg)
self.add_message_to_room(r, msg, None, r.own_nick)
def command_topic(self, arg):

View file

@ -51,6 +51,8 @@ def read_char(s):
return "^"+chr(first + 64)
if first == 27:
(first, c) = get_next_byte(s)
if not isinstance(first, int): # Keyboard special, like KEY_HOME etc
return char
return "M-"+chr(first)
if 194 <= first:
(code, c) = get_next_byte(s) # 2 bytes char