This commit is contained in:
parent
12961f66da
commit
21e36b9961
8 changed files with 291 additions and 2 deletions
|
|
@ -4,6 +4,7 @@ pub mod define;
|
|||
pub mod dice;
|
||||
pub mod down;
|
||||
pub mod hash;
|
||||
pub mod karma;
|
||||
pub mod tinyurl;
|
||||
pub mod urban;
|
||||
pub mod weather;
|
||||
|
|
@ -16,6 +17,7 @@ pub fn all(network: &str) -> Vec<Box<dyn Module>> {
|
|||
Box::new(builtins::Builtins),
|
||||
Box::new(dice::Dice::new()),
|
||||
Box::new(hash::Hash),
|
||||
Box::new(karma::Karma::new(network)),
|
||||
Box::new(crypto::Crypto),
|
||||
Box::new(define::Define),
|
||||
Box::new(down::Down),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue