aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJokler <jokler.contact@gmail.com>2017-12-06 03:45:10 +0100
committerJokler <jokler.contact@gmail.com>2017-12-06 03:45:10 +0100
commitf716ecd319977aea7773dc689592fc8193c609f1 (patch)
treee8e96d83457d1d2a30e7ae93ac8a8f562874fdce /bin
parent413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4 (diff)
downloadfrippy-f716ecd319977aea7773dc689592fc8193c609f1.tar.gz
frippy-f716ecd319977aea7773dc689592fc8193c609f1.zip
Add KeepNick 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 f6a9418..614bffe 100644
--- a/bin/main.rs
+++ b/bin/main.rs
@@ -50,6 +50,7 @@ fn main() {
bot.add_plugin(plugins::Help::new());
bot.add_plugin(plugins::Emoji::new());
bot.add_plugin(plugins::Currency::new());
+ bot.add_plugin(plugins::KeepNick::new());
bot.run();
}