aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorNiklas Halle <niklas@niklashalle.net>2020-08-26 16:19:11 +0200
committerNiklas Halle <niklas@niklashalle.net>2020-08-26 16:19:11 +0200
commit83572f021f3b23a9046f1988e6e0443ed6295df3 (patch)
tree9280f9ed06f91c335ee977979a6b0923bc01de80 /src/main.cpp
parentafdd7e9b69b26aa7fadb65a0da6aa9a21341bc4c (diff)
downloadn_core-83572f021f3b23a9046f1988e6e0443ed6295df3.tar.gz
n_core-83572f021f3b23a9046f1988e6e0443ed6295df3.zip
add say
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(