1
0
mirror of https://github.com/irssi/irssi.git synced 2025-01-03 14:56:47 -05:00

Check time changes every half a second instead of every second.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1874 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-10-21 11:06:58 +00:00 committed by cras
parent ec81d7b6fe
commit e5c9dc37dc

View File

@ -612,7 +612,7 @@ void expandos_init(void)
read_settings();
timer_tag = g_timeout_add(1000, (GSourceFunc) sig_timer, NULL);
timer_tag = g_timeout_add(500, (GSourceFunc) sig_timer, NULL);
signal_add("message public", (SIGNAL_FUNC) sig_message_public);
signal_add("message private", (SIGNAL_FUNC) sig_message_private);
signal_add("message own_private", (SIGNAL_FUNC) sig_message_own_private);