do not empty the topic on /topic command. Fixed #1676
This commit is contained in:
parent
52b65bc296
commit
ce7689f7db
1 changed files with 1 additions and 0 deletions
|
@ -878,6 +878,7 @@ class Gui(object):
|
|||
room = self.current_room()
|
||||
if len(args) == 0:
|
||||
self.add_message_to_room(room, _("The subject of the room is: %s") % room.topic.decode('utf-8'))
|
||||
return
|
||||
subject = ' '.join(args)
|
||||
if not room.joined or room.name == "Info":
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue