Yes, as @riking and @zogstrip mention there is a bot for that.
a couple of things to mention, the bot is rather specialized and more than a little obscure to set up.
one of the things you’ll need is a config file, and the format is not documented at the moment.
here’s one i prepared earlier:
{
"username": "This is where the username goes",
"password": "This is where the password goes",
"url": "https://your.forum.url.com",
"modules": {
"Summoner": {
"enabled":true
}
},
"admin": {
"owner": "Dwalus",
"ignore": []
}
}
other than the obvious username/password/url keys a few things are important to recognize, for one thing the owner setting. that sets who the bot considers its owner. if you don’t set that the default value is accalia
This config file enables the Summoner
module It’s a pretty simple module that responds to @mentions with a randomly selected phrase. depending on how inteligent you want the bot to be about the responses it may be sufficient just to specify a single response in the config file with your canned response.
alternatively you could make the bot more responsive by making it respond inteligently to summons based on the summon text. That’s not functionality that’s currently implemented but we;d be happy to help you implement it, or if you are less developerish you can open an feature request and we’ll do what we can to implement it ASAP.
I’m currently working on a rewrite that will foxfix a lot of the issues that arise from flaws in the current architecture, but the rewrite is very feature poor at the moment. The rewrite will almost certainly be incompatible with the current version but there will be upgrade documentation and we’ll be happy to help you out with any issues.
If you go forward with utilizing the bot please feel free to ping me here with questions or any of the SockDrawer developers on https://what.thedailywtf.com (Myself, RaceProUk, Onyx, Yamikuronue, and TwelveBaud) I promise none of us bite, but static cling may be an issue
because we’re the Sock Drawer!