Ticket #43 (closed defect: fixed)
To greedy a match for "pie"
| Reported by: | znxster@… | Owned by: | james |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | abstracts | Version: | |
| Keywords: | link url | Cc: |
Description
* znx gives kut a piece of cheese
<@kutzooi> :D
<@kutzooi> Thanks znx.
* kutzooi eats pie
Its obviously seeing pie inside "pie"ce :)
Just checked the version, was missing this update: U plugins/en/output_diddlydots.tcl Updated to revision 695
Which is unrelated.. -> plugins/en/action_complex_hands.tcl
# pie
if [regexp -nocase "pie" $item] {
bMotion_plugin_complex_action_hands_pie $channel $nick
return 1
}
I am guessing that "pie " .. or "pie$" would solve this, not sure which is the better :P
Change History
Note: See
TracTickets for help on using
tickets.
