From f5f08cba6f63959756c1dd1b5d18eaa33450127b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 11 Sep 2019 22:49:57 +0200 Subject: [PATCH] main: Fix a typo. --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 67a31be..6068d93 100644 --- a/main.py +++ b/main.py @@ -586,7 +586,7 @@ def buffer_switch_cb(_, _signal, buffer_ptr): if room_buffer.first_view and room_buffer.weechat_buffer.num_lines < 10: # TODO we may want to fetch 10 - num_lines messages here for # consistency reasons. - server.room_get_messages(room_buffer.room.room_id): + server.room_get_messages(room_buffer.room.room_id) break