Active
Project:
Bot
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Oct 2008 at 17:59 UTC
Updated:
4 Mar 2009 at 02:14 UTC
<Morbus> Druplicon: RobLoach is % person in the %.
<Druplicon> Morbus: Okay.
<Morbus> Druplicon: RobLoach? the best, galaxy
<Druplicon> Morbus: RobLoach is the best person in the galaxy.
Might be handy for support questions and such to add more personalized value to factoids. Just a though.
Comments
Comment #1
morbus iff<MorbusIff> i like the idea of something like this:
<MorbusIff> Druplicon: madlib: give %user %object
<MorbusIff> and then it would automatic handle things like
<MorbusIff> bot: give webchick thingy
<RobLoach> Kind of like placeholders for factoids.
<MorbusIff> that would require counting args, matching to nearest, etc.
<MorbusIff> i can imagine it getting pretty complex.
<MorbusIff> and i have no idea what you'd call it.
<MorbusIff> can't be madlib. too kitschy and probably copywrighted/cease and desist
<MorbusIff> there are a bunch of differnet ways it could be implemented.
<MorbusIff> it might be just fine inside factoids, but the problem with factoids is they require an ending ! or ?
<MorbusIff> which isn't ideal for most situations in which this would apply
Comment #2
snufkin commentedthe problem with this is that it could take the commands namespace. Before any such could be implemented I think it would be good if we had a hook_command sort of thing in each module that declares what commands it implements, so in case collision the bot could warn.