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

Allow IRC message 301 to be redirected with irc.msgbuffer feature

This commit is contained in:
Sebastien Helleu
2010-02-11 17:07:56 +01:00
parent be8831499d
commit f19000ac4f
3 changed files with 64 additions and 33 deletions
+2 -1
View File
@@ -41,6 +41,7 @@ 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,
const char *alias);
const char *alias,
struct t_gui_buffer *default_buffer);
#endif /* irc-msgbuffer.h */