diff -r baa852e4762c -r 677e4414a83f plugins/spellchk.c --- a/plugins/spellchk.c Mon Jun 12 08:11:26 2000 +0000 +++ b/plugins/spellchk.c Mon Jun 12 11:30:05 2000 +0000 @@ -140,6 +140,7 @@ load_conf(); gaim_signal_connect(handle, event_im_send, substitute_words, NULL); + gaim_signal_connect(handle, event_chat_send, substitute_words, NULL); } void gaim_plugin_remove() {