mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 10:13:12 +02:00
Added buffer argument in command hooks, code cleanup in IRC plugin
This commit is contained in:
@@ -37,12 +37,10 @@
|
||||
|
||||
/* protocol data for GUI buffers */
|
||||
|
||||
typedef struct t_irc_buffer_data t_irc_buffer_data;
|
||||
|
||||
struct t_irc_buffer_data
|
||||
{
|
||||
t_irc_server *server;
|
||||
t_irc_channel *channel;
|
||||
struct t_irc_server *server;
|
||||
struct t_irc_channel *channel;
|
||||
int all_servers;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user