diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-10-13 17:15:50 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-12-23 23:51:34 +0100 |
| commit | 7905adee9fc5a9664560de9500c18bb2ec5ca060 (patch) | |
| tree | c9fcc0572b25680182ff0ffb7a5f60ed2b9b225e /bin | |
| parent | 92ea5a1c2e0b7ddaa102d6b602d180e84964c3be (diff) | |
| download | frippy-7905adee9fc5a9664560de9500c18bb2ec5ca060.tar.gz frippy-7905adee9fc5a9664560de9500c18bb2ec5ca060.zip | |
First prototype for the Factoids plugin
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/main.rs b/bin/main.rs index 420e016..e8cf790 100644 --- a/bin/main.rs +++ b/bin/main.rs @@ -95,6 +95,7 @@ fn main() { bot.add_plugin(plugins::Emoji::new()); bot.add_plugin(plugins::Currency::new()); bot.add_plugin(plugins::KeepNick::new()); + bot.add_plugin(plugins::Factoids::new()); if let Some(disabled_plugins) = disabled_plugins { for name in disabled_plugins { |
