Summary
irc egg fails at removing message handler
Metadata
- Id: 6b45dc77a676ec5c4cefe9d80d7e7edddbf91650
- Trac id: 1161
- Type: defect
- Reporter: kooda
- Owner:
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.9.x
- Changetime: 2015-09-26 16:24:59 UTC
- Created: 2014-10-02 14:40:17 UTC
- Keywords:
Attachments
- 6b45dc77a676ec5c4cefe9d80d7e7edddbf91650/attachments/test.scm
- 6b45dc77a676ec5c4cefe9d80d7e7edddbf91650/attachments/patch.diff
Description
irc:remove-message-handler! fails if you try to remove a tagged message handler while there is a non-tagged one in the handlers list.
Changes and comments
[2014-10-02 14:40:53 UTC] kooda attached test.scm (description=test case)
[2014-10-05 17:02:40 UTC] kooda attached patch.diff (description=fix)
[2014-10-05 17:06:02 UTC] kooda wrote:
Fix added, that was easy.
[2015-09-26 16:24:59 UTC] evhan changed status from new to closed
[2015-09-26 16:24:59 UTC] evhan set resolution to fixed
[2015-09-26 16:24:59 UTC] evhan wrote:
Applied, thanks Kooda!