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