Posted by ilo on November 29, 2010 at 3:06am
1 follower
| Project: | Bot Actions |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
Due to the lack of movement from the bot module to provide a storage system for messages submitted by other modules, it makes no sense to keep the module waiting for an endless issue, considering that we can revert this change in a future in case this get solved.
The attached patch provides functions and database storage for the module custom messages to be sent to IRC channels or nicks according to the configured actions.
No update path (currently 1 usage is being shown in the project page), so uninstall/install the module to get the database table created.
| Attachment | Size |
|---|---|
| bot_actions_custom_queue.patch | 3.61 KB |
Comments
#1
I was about to submit another issue to remove token as dependency but still provides integration if the token module is enabled, but the patch will fail because there is shared code with this issue also.
This patch completes the token stuff to previous one.