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

Add many missing IRC commands for target buffer (options irc.msgbuffer.xxx) (bug #32216)

This commit is contained in:
Sebastien Helleu
2011-02-01 19:00:09 +01:00
parent 8392d2fbcc
commit 49da028a2c
21 changed files with 608 additions and 400 deletions
+1 -1
View File
@@ -23,6 +23,7 @@
enum t_irc_msgbuffer_target
{
IRC_MSGBUFFER_TARGET_WEECHAT = 0,
IRC_MSGBUFFER_TARGET_SERVER,
IRC_MSGBUFFER_TARGET_CURRENT,
IRC_MSGBUFFER_TARGET_PRIVATE,
/* number of msgbuffer targets */
@@ -37,7 +38,6 @@ struct t_irc_msgbuffer
enum t_irc_msgbuffer_target target; /* target buffer */
};
extern const char *irc_msgbuffer_get_string (int target);
extern struct t_gui_buffer *irc_msgbuffer_get_target_buffer (struct t_irc_server *server,
const char *nick,
const char *message,