1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 16:23:14 +02:00

Add new hooks in plugins: info (fifo_filename) and infolists (alias, logger_buffer, xfer)

This commit is contained in:
Sebastien Helleu
2008-09-02 15:42:20 +02:00
parent b03393fd42
commit e756f4770a
29 changed files with 781 additions and 15 deletions
+1 -3
View File
@@ -25,7 +25,6 @@
#include "../weechat-plugin.h"
#include "irc.h"
#include "irc-info.h"
#include "irc-channel.h"
#include "irc-nick.h"
#include "irc-protocol.h"
@@ -177,8 +176,7 @@ irc_info_get_infolist_cb (void *data, const char *infolist_name,
/* make C compiler happy */
(void) data;
(void) arguments;
if (!infolist_name || !infolist_name[0])
return NULL;