'next':(self.rotate_rooms_left,'Usage: /next\nNext: Go to the next room.'),
'prev':(self.rotate_rooms_right,'Usage: /prev\nPrev: Go to the previous room.'),
'part':(self.command_part,'Usage: /part [message]\nPart: disconnect from a room. You can specify an optionnal message.'),
'show':(self.command_show,'Usage: /show <show> [status]\nStatus: Change your availability and (optionnaly) your status. The <show> argument is one off "dnd, busy, away, afk, "'),
'nick':(self.command_nick,'Usage: /nick <nickname>\nNick: Change your nickname in the current room')
}
...
...
@@ -306,7 +307,10 @@ class Gui(object):
room=self.get_room_by_name(from_room)
ifnotroom:
self.information("presence received for a non-existing room: %s"%(name))