diff --git a/c/weechat_plugins/currentsong.c b/c/weechat_plugins/currentsong.c index 8bc3c55..2eba934 100644 --- a/c/weechat_plugins/currentsong.c +++ b/c/weechat_plugins/currentsong.c @@ -63,7 +63,6 @@ int cb_currentsong_plugin(void *data, struct t_gui_buffer *buffer, cmd[6] = NULL; } } - sleep(2); for(i = 0 ; i < TAILLE_BUFFER_CURRENT_SONG ; i++) song[i] = '\0';