silentrob / superscript-editor

NOT MAINTAINED - A Editor for authoring chatbots with SuperScript
MIT License
27 stars 16 forks source link

Is it possible to create a wild-card plugin with highest priority? #32

Open Rajan opened 9 years ago

Rajan commented 9 years ago

I'm trying to fork this and make a bot that's funny. It requires me to over-ride the existing gambit system and sent funny responses. I need a wild-card plugin which will try to create a funny response and throw it back to the user. Only if I can't find the FUNNY response, I'd like to default to superscript hard-coded gambits/replies. There are 5 people interested in contributing to this project including me.

mariusursache commented 9 years ago

If you add those triggers/wildcards in the pre topic, they will be prioritized towards any other topic.

Rajan commented 9 years ago

The goal of the bot i'm building is to make people laugh. I want a wild-card plugin which overrides everything and falls-back only if the plugin can't respond with something funny. This wild-card plugin can be applied to a particular topic or can be topic independent. I don't want to create a number of wildcards/triggers because my system will use neural-networks in the background whose responses I can't program/predict.