refresh a la con
This commit is contained in:
parent
dc342fa28d
commit
693892498b
1 changed files with 2 additions and 2 deletions
|
@ -365,8 +365,8 @@ class Gui(object):
|
|||
msg = self.commands[args[0]][1]
|
||||
else:
|
||||
msg = _('Unknown command: %s') % args[0]
|
||||
msg = room.add_info(msg)
|
||||
self.window.text_win.add_line(room, msg)
|
||||
room.add_info(msg)
|
||||
self.window.text_win.add_line(room, (datetime.now(), msg))
|
||||
self.window.text_win.refresh(room.name)
|
||||
self.window.input.refresh()
|
||||
|
||||
|
|
Loading…
Reference in a new issue