From 4e871bf64ca4f319080eabfa00e6b5ad0f3809e1 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Mon, 27 Dec 2010 00:00:42 -0800 Subject: [PATCH] README.txt - fix several Meeting/MeetBot references Ignore-this: c92f4a74e802bc022e980c1d913a80cc darcs-hash:20101227080042-82ea9-548c3ec2274cc4f0606cfd3e4a631c524fd0c594.gz --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 400784f..dcb3041 100644 --- a/README.txt +++ b/README.txt @@ -44,19 +44,19 @@ Install Supybot Install the MeetBot plugin -------------------------- -* Move the Meeting directory into your ``plugins`` directory of +* Move the MeetBot directory into your ``plugins`` directory of Supybot. * You need the ``ircmeeting`` directory to be importable as a python 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 will probably stop working with some future Python version. * 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 loaded.