Ticket #137 (closed defect: wontfix)

Opened 17 months ago

Last modified 16 months ago

Mood admin plugin unable to change mood

Reported by: szrof Owned by: james
Priority: minor Milestone: 0.1.0
Component: plugins Version: 0.0.9
Keywords: mood plugin admin Cc:

Description

I tried to set the bot's mood for testing purposes *cough*, but it didn't seem to work:

.bmotion mood status
[16:09] (d)bMotion:  management callback matched, calling bMotion_mood_admin
Current mood status:
   happy: 1
   horny: 0
   lonely: 6
   electricity: 2
   stoned: 0
.bmotion mood set horny 8
[16:09] (d)bMotion:  management callback matched, calling bMotion_mood_admin
[16:09] bMotion: ALERT! Callback failed for !bmotion: bMotion_mood_admin: bad search mode "-inline": must be -exact, -glob, or -regexp
[16:09] Tcl error [bMotion_dcc_command]: invalid command name "bMotion_plugin_find_admin"

Change History

Changed 17 months ago by james

  • status changed from new to assigned
  • milestone set to 0.1.0

Changed 16 months ago by james

  • status changed from assigned to closed
  • resolution set to wontfix

Caused by old version of TCL (which lack support for -inline option to lsearch); I guess 8.4 probably added it. Not going to fix, but have guarded that statement against being executed on old TCL.

Note: See TracTickets for help on using tickets.