1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Add new modifier "input_text_content"

This commit is contained in:
Sebastien Helleu
2009-03-21 13:12:35 +01:00
parent 203990d3cf
commit a49c8b2e30
8 changed files with 95 additions and 69 deletions
+1 -1
View File
@@ -975,7 +975,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
&weechat_aspell_buffer_switch_cb, NULL);
/* callback for spell checking input text */
weechat_hook_modifier ("weechat_input_text_display",
weechat_hook_modifier ("input_text_display",
&weechat_aspell_modifier_cb, NULL);
weechat_aspell_create_spellers (weechat_current_buffer ());