A helga plugin that can be used to store responses that can be returned from a question
Project description
A helga plugin that can be used to store responses that can be returned from a question. For example:
<sduncan> foo is bar <sduncan> foo? <helga> foo is bar (sduncan on 12/01/2014 08:15) <sduncan> bar baz are qux <sduncan> bar baz? <helga> bar baz is qux (sduncan on 12/01/2014 08:15)
Facts are queried using the form fact? and are stored automatically using the form fact (is|are) term. In this simple fact storing form, facts are saved with the nick of the user that saying it and the timestamp at which it was said. Facts can also be stored as a reply only without a nick or timestamp by using the token ‘<reply>’:
<sduncan> foo is <reply> bar <sduncan> foo? <helga> bar
Optionally, if the setting FACTS_REQUIRE_NICKNAME is set to True, the bot’s nick will be required to show a stored fact:
<sduncan> foo is <reply> bar <sduncan> foo? <sduncan> helga foo? <helga> bar
License
Copyright (c) 2015 Shaun Duncan
Licensed under an MIT license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.