diff options
author | Matthias Hecker <mail@apoc.cc> | 2020-04-17 23:11:35 +0200 |
---|---|---|
committer | Matthias Hecker <mail@apoc.cc> | 2020-04-17 23:11:35 +0200 |
commit | e5ff70eece675e05e6cdd1e2740f1f7a1316c697 (patch) | |
tree | 9a49d7bf20cb2fae51ad72a220e23f58c72b0340 /data/rbot/plugins/salut/salut-french | |
parent | 14b2b331c639f4484b377966e5e1a04c15082404 (diff) |
plugin(salut): use registry for storage see #42
Diffstat (limited to 'data/rbot/plugins/salut/salut-french')
-rw-r--r-- | data/rbot/plugins/salut/salut-french | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/rbot/plugins/salut/salut-french b/data/rbot/plugins/salut/salut-french new file mode 100644 index 00000000..5d7fc84b --- /dev/null +++ b/data/rbot/plugins/salut/salut-french @@ -0,0 +1,29 @@ +--- +:"generic-in": +- "'lo" +- "'lu" +- plop +- "'jour" +- bonjour +:"morning-in": +- "'jour" +:"afternoon-in": +- bonne journée +- bonne journee +- "'journée" +- "'journee" +:"generic-out": +- bye +- cya +- see you +- a plus tard +- a plus +- "'nuit" +- nenuit +:"evening-in": +- "'soir" +- bonsoir +- "'nuit" +:"generic-dest": +- tous +- all |