#include <plugin.h>

Data Fields | |
| int(* | broadcast )(struct channel *ch, struct channel_member **exclude_list, unsigned exclude_list_len, const char *fmt,...) |
| int(* | join )(struct channel *ch, struct channel_member *cm) |
| void(* | part )(struct channel *ch, struct channel_member *cm) |
| struct channel *(* | public )(const char *name) |
| get a channel associated with a public(global) name. | |
Definition at line 125 of file plugin.h.
| int(* plugin_channel_interface::broadcast)(struct channel *ch, struct channel_member **exclude_list, unsigned exclude_list_len, const char *fmt,...) |
| int(* plugin_channel_interface::join)(struct channel *ch, struct channel_member *cm) |
| void(* plugin_channel_interface::part)(struct channel *ch, struct channel_member *cm) |
struct channel*(* plugin_channel_interface::public)(const char *name) [read] |
get a channel associated with a public(global) name.
1.5.8