summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-10-13 17:15:50 +0200
committerJokler <jokler.contact@gmail.com>2017-12-23 23:51:34 +0100
commit7905adee9fc5a9664560de9500c18bb2ec5ca060 (patch)
treec9fcc0572b25680182ff0ffb7a5f60ed2b9b225e /bin
parent92ea5a1c2e0b7ddaa102d6b602d180e84964c3be (diff)
downloadfrippy-7905adee9fc5a9664560de9500c18bb2ec5ca060.tar.gz
frippy-7905adee9fc5a9664560de9500c18bb2ec5ca060.zip
First prototype for the Factoids plugin
Diffstat (limited to 'bin')
-rw-r--r--bin/main.rs1
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 {