plugins/spellchk.c

changeset 391
677e4414a83f
parent 257
11380f0ee73e
child 1000
66436e94d53f
equal deleted inserted replaced
390:baa852e4762c 391:677e4414a83f
138 138
139 void gaim_plugin_init(void *handle) { 139 void gaim_plugin_init(void *handle) {
140 load_conf(); 140 load_conf();
141 141
142 gaim_signal_connect(handle, event_im_send, substitute_words, NULL); 142 gaim_signal_connect(handle, event_im_send, substitute_words, NULL);
143 gaim_signal_connect(handle, event_chat_send, substitute_words, NULL);
143 } 144 }
144 145
145 void gaim_plugin_remove() { 146 void gaim_plugin_remove() {
146 } 147 }
147 148

mercurial