From 7363bc03f2a8242a1fa3532a90f633e772b31084 Mon Sep 17 00:00:00 2001 From: TingPing Date: Tue, 21 Apr 2015 16:07:12 -0400 Subject: Remove r from mode buttons No network can agree on what mode r actually means so we can't have nice things. Closes #1287 --- src/common/proto-irc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common') diff --git a/src/common/proto-irc.c b/src/common/proto-irc.c index cdab4c21..d8f15cb5 100644 --- a/src/common/proto-irc.c +++ b/src/common/proto-irc.c @@ -666,7 +666,6 @@ process_numeric (session * sess, int n, EMIT_SIGNAL_TIMESTAMP (XP_TE_CHANMODES, sess, word[4], word_eol[5], NULL, NULL, 0, tags_data->timestamp); fe_update_mode_buttons (sess, 'c', '-'); - fe_update_mode_buttons (sess, 'r', '-'); fe_update_mode_buttons (sess, 't', '-'); fe_update_mode_buttons (sess, 'n', '-'); fe_update_mode_buttons (sess, 'i', '-'); -- cgit 1.4.1