summary refs log tree commit diff stats
path: root/src/common/proto-irc.c
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2015-04-21 16:07:12 -0400
committerTingPing <tingping@tingping.se>2015-04-21 16:07:12 -0400
commit7363bc03f2a8242a1fa3532a90f633e772b31084 (patch)
treef994ea13d170e02104881a7edb106d9d70aed239 /src/common/proto-irc.c
parent78e51a4f3f499d9a8f109abec5183b7c210b206b (diff)
Remove r from mode buttons
No network can agree on what mode r actually
means so we can't have nice things.

Closes #1287
Diffstat (limited to 'src/common/proto-irc.c')
-rw-r--r--src/common/proto-irc.c1
1 files changed, 0 insertions, 1 deletions
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', '-');