diff plugins/spellchk.c @ 391:be408b41c172

[gaim-migrate @ 401] Plugins got updated. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 12 Jun 2000 11:30:05 +0000
parents a93e273ca1d6
children 91b7377e7b45
line wrap: on
line diff
--- 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() {