aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2018-03-12 16:23:53 +0100
committerJokler <jokler.contact@gmail.com>2018-03-12 16:23:53 +0100
commit237f6ebe59c90d4ceddd9af6a8a19e562d304aaa (patch)
tree2a351055f7dd8ae0ab367b391ddb0b7d534ba494
parent909cabe9280722e43c5fb283f768051bb85e1890 (diff)
downloadfrippy-237f6ebe59c90d4ceddd9af6a8a19e562d304aaa.tar.gz
frippy-237f6ebe59c90d4ceddd9af6a8a19e562d304aaa.zip
Bump version and update readmev0.4.0
-rw-r--r--Cargo.toml2
-rw-r--r--README.md12
-rw-r--r--configs/config.toml2
3 files changed, 11 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 192939a..c9aa9c5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "frippy"
-version = "0.3.1"
+version = "0.4.0"
authors = ["Jokler <jokler.contact@gmail.com>"]
repository = "https://github.com/Mavulp/frippy"
readme = "README.md"
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.
diff --git a/configs/config.toml b/configs/config.toml
index 56e5240..5a78444 100644
--- a/configs/config.toml
+++ b/configs/config.toml
@@ -12,7 +12,7 @@ encoding = "UTF-8"
channels = ["#frippy"]
umodes = "+B"
user_info = "IRC Bot"
-version = "frippy v0.3.1"
+version = "frippy v0.4.0"
source = "https://github.com/Mavulp/frippy"
#ping_time = 180
#ping_timeout = 10