Add readme info for location command
Change-Id: Idc9c7ed8c766dc3357ceef6931abba6b774531b6
This commit is contained in:
parent
f2af689e52
commit
8ca7898ebc
@ -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
|
||||
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user