diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-17 11:25:09 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-10-17 11:25:09 +0000 |
commit | 40e622c4ae1ccf8b9dfcec133d5f33f1d8b1217c (patch) | |
tree | 43ff1d48b563aa30f9b771e40f1ec65e4791994e /data/rbot/templates | |
parent | 6c0ef220d25d7a569c38e53730377a2ff8eb92b7 (diff) |
salut plugin: handles multi-lingual salutations (hello/goodbye)
Diffstat (limited to 'data/rbot/templates')
-rw-r--r-- | data/rbot/templates/salut/salut-english | 33 | ||||
-rw-r--r-- | data/rbot/templates/salut/salut-italian | 19 |
2 files changed, 52 insertions, 0 deletions
diff --git a/data/rbot/templates/salut/salut-english b/data/rbot/templates/salut/salut-english new file mode 100644 index 00000000..f1c1dc43 --- /dev/null +++ b/data/rbot/templates/salut/salut-english @@ -0,0 +1,33 @@ +--- +:"generic-in": +- hello +- howdy +- hola +- salut +- sup +- re +- hey +- hi +- yo +:"morning-in": +- good morning +- goodmorning +- morning +- "'morgning" +:"afternoon-in": +- good afternoon +- goodafternoon +- "'afternoon" +:"generic-out": +- bye +- cya +- see you +- see ya +- g'bye +- goodbye +- later +:"evening-in": +- good evening +- goodevening +- "'evening" +- evening diff --git a/data/rbot/templates/salut/salut-italian b/data/rbot/templates/salut/salut-italian new file mode 100644 index 00000000..68632f03 --- /dev/null +++ b/data/rbot/templates/salut/salut-italian @@ -0,0 +1,19 @@ +--- +:"generic-in": +- salve +- ehila' +- ola' +- yo +:"morning-in": +- buongiorno +:"afternoon-in": +- buonasera +:"generic-out": +- a dopo +- ci vediamo +- adios +- se vedemio +:"evening-in": +- buonasera +:"generic": +- ciao |