Merge "Add readme info for location command"

This commit is contained in:
Jenkins 2017-09-12 20:34:37 +00:00 committed by Gerrit Code Review
commit b9ba78d793
2 changed files with 3 additions and 1 deletions

View File

@ -48,6 +48,7 @@ Example::
#swift next at 3pm we plan to cover cold storage features
...
#oslo now discussing oslo.config drivers
#oslo location Level B, Ballroom A
#oslo color #42f4c5
#oslo next after lunch we plan to discuss auto-generating config reference docs

View File

@ -90,7 +90,8 @@ class PTGBot(irc.bot.SingleServerIRCBot):
def usage(self, channel):
self.send(channel,
"Format is '#ROOMNAME [ now ... | next ... | clean ]'")
"Format is '#ROOMNAME [ now ... | next ... "
"| location ... | clean ]'")
def send_room_list(self, channel):
rooms = self.data.list_rooms()