diff options
author | TingPing <tingping@tingping.se> | 2015-04-21 16:07:12 -0400 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2015-04-21 16:07:12 -0400 |
commit | 7363bc03f2a8242a1fa3532a90f633e772b31084 (patch) | |
tree | f994ea13d170e02104881a7edb106d9d70aed239 /src/common | |
parent | 78e51a4f3f499d9a8f109abec5183b7c210b206b (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')
-rw-r--r-- | src/common/proto-irc.c | 1 |
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', '-'); |