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