diff --git a/README.txt b/README.txt index deb8bf4..18c0562 100644 --- a/README.txt +++ b/README.txt @@ -3,11 +3,11 @@ Welcome to TheSilentGuy, a talking (as in sound) IRC bot. It is a little toy project build in the Hackerspace Brussels (hsbxl)[0], which is basically a plugin for the phenny[1] IRC bot. espeak [2] is used as the text-to-speech engine, since that is the easiest to use from python. You create a subprocess -and write to stdin of that process. Right now the plugin it can do two things: +and write to stdin of that process. Right now the plugin can do two things: * it announces every user that joins a channel that phenny is connected to with the sentence "Dudes, $nick has joined the channel" (this requires some - hacks in the phenny code base that can be found in the "bot.diff" file + changes in the phenny code base that can be found in the "patches" directory * it defines the ".talk" command which can be used by all admins of the bot to force to say custom things