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