diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-03-12 16:23:53 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-03-12 16:23:53 +0100 |
| commit | 237f6ebe59c90d4ceddd9af6a8a19e562d304aaa (patch) | |
| tree | 2a351055f7dd8ae0ab367b391ddb0b7d534ba494 | |
| parent | 909cabe9280722e43c5fb283f768051bb85e1890 (diff) | |
| download | frippy-0.4.0.tar.gz frippy-0.4.0.zip | |
Bump version and update readmev0.4.0
| -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 |
