From 237f6ebe59c90d4ceddd9af6a8a19e562d304aaa Mon Sep 17 00:00:00 2001 From: Jokler Date: Mon, 12 Mar 2018 16:23:53 +0100 Subject: Bump version and update readme --- Cargo.toml | 2 +- README.md | 12 +++++++++--- configs/config.toml | 2 +- 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 "] 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 -- cgit v1.2.3-70-g09d2