From 422eed92fc87799e2b5fc0b4fdacf7f2733ff3b3 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Tue, 13 Apr 2021 04:36:27 -0400 Subject: handle rate limited channels --- components/chatinput.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/chatinput.hpp') diff --git a/components/chatinput.hpp b/components/chatinput.hpp index abb7a18..ad7f0b1 100644 --- a/components/chatinput.hpp +++ b/components/chatinput.hpp @@ -16,7 +16,7 @@ private: Gtk::TextView m_textview; public: - typedef sigc::signal type_signal_submit; + typedef sigc::signal type_signal_submit; typedef sigc::signal type_signal_escape; type_signal_submit signal_submit(); -- cgit v1.2.3