Bot uses '#' for commands

The bot now uses # for commands (so that they double as
hashtags), so update documentation to match.
This commit is contained in:
Thierry Carrez 2017-05-22 15:08:13 +02:00
parent 7284607c6c
commit 8f2f63bdfe
1 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ OpenStack PTG Bot
=================
ptgbot is the bot that PTG room moderators use to surface what's
currently happening at the event. Commands follow the following format:
currently happening at the event. Commands follow the following format::
@ROOMNAME [now|next] TIME TOPIC
#ROOMNAME [now|next] TOPIC
From that information the bot builds a static webpage with discussion
topics currently discussed ("now") and an indicative set of discussion
@ -34,7 +34,7 @@ Example::
Testing
=======
Copy config.ini.sample to config.ini:
Copy config.ini.sample to config.ini::
cp config.ini.sample config.ini
@ -54,7 +54,7 @@ In one terminal, run the bot::
Join that channel and give a command to the bot::
@swift now discussing ring placement
#swift now discussing ring placement
(note, the bot currently only takes commands from Freenode identified users)