diff plugins/gaiminc.c @ 92:f3c6cf79f651

[gaim-migrate @ 102] Loading/unloading plugins works correctly. I have to add "hooks" to the rest of gaim now to do certain things. Other than that, it's all good. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 07 Apr 2000 22:48:58 +0000
parents 308d0896d979
children 9f6ce50ffb78
line wrap: on
line diff
--- a/plugins/gaiminc.c	Fri Apr 07 19:53:11 2000 +0000
+++ b/plugins/gaiminc.c	Fri Apr 07 22:48:58 2000 +0000
@@ -5,6 +5,8 @@
 #include "gaim.h"
 
 void gaim_plugin_init() {
-	show_about(NULL, NULL);
-	play_sound(RECEIVE);
 }
+
+void write_to_conv(struct conversation *c, char *what, int flags) {
+	printf("this got called\n");
+}