-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation #17
Comments
I am! It was a little bit chicken-and-egg... I didn't feel like writing docs if I was the only person working on the bot, and I suspect other people didn't really feel like working on it without docs to guide them. I have the old bmotion.net wiki content (Trac-based) to migrate over here, which I haven't gotten around to yet. The command reference thing is an interesting issue - some of the fun for bMotion comes from discovering things it responds to which you weren't expecting. Additionally, some of the things are in-jokes for my group of friends and it's weird documenting them for other people to run :P Finally, many of the plugins are triggerable in several/many different ways (good old English and its multiple ways of saying the same thing) so that poses a documentation challenge - should it mention one way of triggering something, or all of them? |
Well in my case I'm trying to get people used to the new, improved bot. So far I'm impressed by the depth of coding you've done.. (I'm going to have to learn TCL so I can try adding stuff to this) however I'm trying to figure out how to adjust the bots for my needs. For one thing I find he doesn't respond to much.. at all. He responds to hello, how are you, and if you /me However he doesn't respond to anything else other than commands. I've managed to find a few commands from the PDF but what I'd like to do is increase his responsiveness. I'd also like to know how the .bmotion fact command works as I find the help info to be rather non descript. (i've figured out how to directly edit the facts file though.. still working out the different verbs I see in the TCL code and how they are used) There are other things.. like what is the 'karma' module? That's not covered anywhere but it's in the settings... There's also something about trivia in there? Does that mean I can remove the other trivia module the bot has or is that for it to respond to trivia? I find the more I dig through the bot the more questions I have, and this is what I'd like documentation on. Overall I'm very impressed.. this is much better than MegaHAL which is what the bot had previously, however my users are rather disappointed at how silent it is.. other than it's responding to commands. So that's my primary documentation request. |
All fair points :) bMotion isn't designed to chat continuously, but it should fit in without becoming annoying. There's a global knob you can adjust in the settings file to fudge the probabilities of a plugin firing when it matches text if you want. If there's things you're saying to it and you're not getting a response when you'd expect one then please feel free to write plugins (and send me a pull request, if appropriate) or open tickets with requests. I've generally added stuff I've thought of, or seen my friends try on it and be disappointed when it didn't work, so fresh eyes = new things. The TCL stuff shouldn't be too scary, bMotion is as much a massive stack of helper functions (everything in The karma module just responds to The trivia stuff in bMotion is so it can play trivia against my trivia script (see my Glad you like it! |
http://www.bmotion.net:8000/bmotion/wiki/CommandReference |
I've been looking for the docs, however the website mentioned in the readme just loops back to this repo. Are you planning on adding the docs here?
I managed to find this:
http://bmotion.sourceforge.net/docs/bMotion.pdf
However it seems a bit outdated and incomplete...
The text was updated successfully, but these errors were encountered: