rudybot icon indicating copy to clipboard operation
rudybot copied to clipboard

rudybot quotes ACTION methods sometimes

Open ijp opened this issue 12 years ago • 3 comments

<ijp> rudybot: remember the dark days of internet usage: before firefox
      panorama?
<rudybot> ijp: ACTION waits for someone to write a "firefox panorama" for
          emacs

I see two strategies for fixing this:

  1. no quoting ACTIONs
  2. having rudybot actually reply with an ACTION

ijp avatar Nov 20 '12 14:11 ijp

My hunch is that the code itself is fine, although it used to be buggy in that it would fail to trim off the word ACTION before inserting into the database. If I'm right, the only thing that needs to be done is for me to delete the bugaceous database entries.

offby1 avatar Apr 06 '13 20:04 offby1

after testing, and looking at the code, I think you are right. closing.

ijp avatar Sep 28 '13 18:09 ijp

The db is indeed full of bogus entries that need to be cleaned out:

    select * from log where text like '_ACTION %';

shows many many many of 'em. This probably doesn't warrant reopening this bug, but it feels wrong.

offby1 avatar Sep 28 '13 18:09 offby1