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