aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0f76302..f6e2ece 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,12 @@
# frippy [![Build Status](https://travis-ci.org/Mavulp/frippy.svg?branch=master)](https://travis-ci.org/Mavulp/frippy)
-Frippy is an IRC bot which sends emojis used to the channel they were received from,
-lets you convert from one currency to another and checks the title of html pages
-linked in the channel.
+Frippy is an IRC bot which is splits its functions into plugins.
+Currently it has plugins to:
+
+* Send the names of emojis used
+* Convert currencies with the help of [fixer.io](https://fixer.io/)
+* Send the titles of HTML pages linked
+* Create factoids with Lua support
+* Send messages to offline users when they join again
+* Automatically change nickname when it is available again
Check the config.toml file to get an idea of how to set the bot up.