diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 12 | ||||
| -rw-r--r-- | configs/config.toml | 2 |
3 files changed, 11 insertions, 5 deletions
@@ -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" @@ -1,6 +1,12 @@ # frippy [](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 |
