1
0
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:
Sebastien Helleu
2007-11-25 00:17:43 +01:00
parent ab2dbe8151
commit 7cc78f4172
20 changed files with 215 additions and 242 deletions
+2 -4
View File
@@ -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;
};