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