mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 05:16:38 +02:00
irc: fix join of channels with name longer than 127 chars (closes #1717)
This commit is contained in:
@@ -46,8 +46,7 @@ struct t_irc_channel;
|
||||
extern void irc_buffer_get_server_and_channel (struct t_gui_buffer *buffer,
|
||||
struct t_irc_server **server,
|
||||
struct t_irc_channel **channel);
|
||||
extern const char *irc_buffer_build_name (const char *server,
|
||||
const char *channel);
|
||||
extern char *irc_buffer_build_name (const char *server, const char *channel);
|
||||
extern int irc_buffer_close_cb (const void *pointer, void *data,
|
||||
struct t_gui_buffer *buffer);
|
||||
extern int irc_buffer_nickcmp_cb (const void *pointer, void *data,
|
||||
|
||||
Reference in New Issue
Block a user