aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 562e20b..fd1be31 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -38,6 +38,9 @@ int main() {
Handler::CommandHandler{"klinger", Handler::klingerHandler, createPlainDescriptionFromText(
"Greats in french. Bonjour!")});
commands.emplace_back(
+ Handler::CommandHandler{"say", Handler::sayHandler, createPlainDescriptionFromText(
+ "Say something!")});
+ commands.emplace_back(
Handler::CommandHandler{"relation", Handler::relationShipHandler, createPlainDescriptionFromText(
"[name1] [name2] Shows the result of an odd astrological religious pseudo-algorithm, based on the fact how much blessing a relationship receives by the glorious N.")});
commands.emplace_back(Handler::CommandHandler{"help", Handler::helpHandler, createPlainDescriptionFromText(