Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Darst <rkd@zgib.net>2009-08-16 03:48:47 (GMT)
committer Richard Darst <rkd@zgib.net>2009-08-16 03:48:47 (GMT)
commite473d02de846d653d97046d4676b8ff421751d3a (patch)
tree9d9c7abe3fe7ac096507faa0bcb3b428367325aa /doc
parentedf0af337df03fbdf8f750a3c89ea1ba25edb9e8 (diff)
Update manual: `recent` command and `update_realtime` config
darcs-hash:20090816034847-82ea9-87fc01fd485552751ac154faee773348475c8b33.gz
Diffstat (limited to 'doc')
-rw-r--r--doc/Manual.txt18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/Manual.txt b/doc/Manual.txt
index 0fd4852..d697915 100644
--- a/doc/Manual.txt
+++ b/doc/Manual.txt
@@ -263,7 +263,10 @@ All of these are regular supybot commands (as opposed to the commands
above). That means that the supybot capability system applies, and
they can be given either in any channel, either by direct address
(``BotName: <command> <args> ...``) or with the bot prefix character
-(e.g. ``@<commandname> <args> ...``).
+(e.g. ``@<commandname> <args> ...``). If there are commands with the
+same name in multiple plugins, you need to prefix the command with the
+plugin name (for example, ``BotName: meetbot recent`` instead of
+``BotName: recent``)
These are restricted to anyone with the ``admin`` capability on the
bot.
@@ -284,6 +287,11 @@ bot.
when MeetBot becomes broken and is unable to properly save a
meeting, rendering the ``#endmeeting`` command non-functional.
+``recent``
+ Display the last ten or so started meetings, along with their
+ channels. This is useful if you are the bot admin and want to see
+ just who all is using your bot, for example to better communicate
+ with those channels.
Hints on how to run an effective meeting
@@ -468,6 +476,14 @@ These variables are set either in ``meetingLocalConfig.py`` (in the
Timezone used in the bot. Note: This will not yet work on a
per-channel basis. The default is ``"UTC"``
+``update_realtime``
+ If this is set to true (default false), then upon each line being
+ input, the ``Text`` writer will rewrite the data. This means that
+ people joining the meeting late can catch up on what they have
+ missed. It doesn't play will with the #meetingname command, since
+ the filename would then change during the meeting, and it doesn't
+ delete the old filename(s).
+
``startMeetingMessage``
``endMeetingMessage``