Add readme info for location command

Change-Id: Idc9c7ed8c766dc3357ceef6931abba6b774531b6
This commit is contained in:
Sean Dague 2017-09-11 16:30:11 -06:00
parent f2af689e52
commit 8ca7898ebc
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()