diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-02-21 08:35:26 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-02-21 08:35:26 +0100 |
commit | 770152dea77e3256f345671d189767e9d0e3abe5 (patch) | |
tree | 1bb22839774b02b3d05d5681a612e092ecfe5519 /src/plugins/irc/irc-channel.h | |
parent | c9c8625581b2afba581e8832830a6662aac45c09 (diff) | |
download | weechat-770152dea77e3256f345671d189767e9d0e3abe5.zip |
irc: remove useless rename of channel buffer on JOIN received with different case (closes #336)
This bug was introduced by commit 624083f41a6b8abc1a566b33f54bfc226d13886f.
Diffstat (limited to 'src/plugins/irc/irc-channel.h')
-rw-r--r-- | src/plugins/irc/irc-channel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/plugins/irc/irc-channel.h b/src/plugins/irc/irc-channel.h index f6141c84d..08f7f1e9b 100644 --- a/src/plugins/irc/irc-channel.h +++ b/src/plugins/irc/irc-channel.h @@ -88,9 +88,6 @@ extern struct t_irc_channel *irc_channel_new (struct t_irc_server *server, const char *channel_name, int switch_to_channel, int auto_switch); -extern void irc_channel_rename (struct t_irc_server *server, - struct t_irc_channel *channel, - const char *new_name); extern void irc_channel_add_nicklist_groups (struct t_irc_server *server, struct t_irc_channel *channel); extern void irc_channel_set_buffer_title (struct t_irc_channel *channel); |