|
IRCBot Plugin API
v5
|
#include <plugins.h>
Public Attributes | |
| char * | fn |
| At a minimum fn must be set so the bot has something to display. The bot will automatically show only the filename is a full path is included. More... | |
| uint32 | id |
| Optional member the source plugin can use however it wants. More... | |
This structure contains contains an individual search result of a @find.
| char* FIND_RESULT::fn |
At a minimum fn must be set so the bot has something to display. The bot will automatically show only the filename is a full path is included.
| uint32 FIND_RESULT::id |
Optional member the source plugin can use however it wants.
1.8.8