Closed (works as designed)
Project:
Bot
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Feb 2012 at 22:55 UTC
Updated:
10 Feb 2012 at 00:54 UTC
Currently, the 'seen' match is a little too free ...
Druplicon: Tell rfay Unless you've seen otherwise, based on ...
results in
Druplicon: Sorry, I haven't seen otherwise.
Druplicon: jthorson: I'll pass that on when rfay is around.
Comments
Comment #1
morbus iffThat one is by design, actually - when you address the bot ("BOTNAME: seen where"), the regex for "seen" becomes a lot freer than without addressing ("seen whee?"). You can see an example of the looser documentation via "BOTNAME: help Seen?". This *rarely* comes up (in 5+ years, you're the first to mention it), so it is unlikely that I'm going to fix this. With that said, if there ever comes a day of claimed syntax ("I've got this, no one else handle this line of text!"), we can fix it then.
Comment #2
morbus iffComment #3
jthorson commentedFair enough! Definately an edge case.