aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/mod.rs
blob: a8fc81807efa421303fe119aa3f536c1fe26a8df (plain) (blame)
1
2
3
4
5
6
7
8
9
//! Collection of plugins included
pub mod currency;
pub mod emoji;
pub mod factoids;
pub mod help;
pub mod keepnick;
pub mod sed;
pub mod tell;
pub mod url;