README.txt - fix several Meeting/MeetBot references

Ignore-this: c92f4a74e802bc022e980c1d913a80cc

darcs-hash:20101227080042-82ea9-548c3ec2274cc4f0606cfd3e4a631c524fd0c594.gz
This commit is contained in:
Richard Darst 2010-12-27 00:00:42 -08:00
parent 0ade14ad3a
commit 4e871bf64c

View File

@ -44,19 +44,19 @@ Install Supybot
Install the MeetBot plugin Install the MeetBot plugin
-------------------------- --------------------------
* Move the Meeting directory into your ``plugins`` directory of * Move the MeetBot directory into your ``plugins`` directory of
Supybot. Supybot.
* You need the ``ircmeeting`` directory to be importable as a python * You need the ``ircmeeting`` directory to be importable as a python
module. module.
* Easy method: Copy ``ircmeeting`` into the ``Meeting`` directory. * Easy method: Copy ``ircmeeting`` into the ``MeetBot`` directory.
This makes ``ircmeeting`` work as a relative import. However, This makes ``ircmeeting`` work as a relative import. However,
this will probably stop working with some future Python version. this will probably stop working with some future Python version.
* Other method: Copy ``ircmeeting`` somewhere into $PYTHONPATH. * Other method: Copy ``ircmeeting`` somewhere into $PYTHONPATH.
* Make sure the plugin is loaded. Use the command ``load Meeting``. * Make sure the plugin is loaded. Use the command ``load MeetBot``.
You can check the command ``config plugins`` to check what is You can check the command ``config plugins`` to check what is
loaded. loaded.