diff plugins/gaiminc.c @ 96:247f540ea6e1

[gaim-migrate @ 106] Okay, this is cool. I think everything finally completely works. You can even load plugins before you log in now (isn't that nice). committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 09 Apr 2000 18:42:36 +0000
parents 9f6ce50ffb78
children f810fc7d423f
line wrap: on
line diff
--- a/plugins/gaiminc.c	Sun Apr 09 11:36:09 2000 +0000
+++ b/plugins/gaiminc.c	Sun Apr 09 18:42:36 2000 +0000
@@ -45,3 +45,15 @@
 	/* this is for doing something fun when a buddy comes online */
 	gaim_signal_connect(handle, event_buddy_signon, bud, NULL);
 }
+
+char *name() {
+	return "Gaim Demonstration Plugin";
+}
+
+char *description() {
+	return "This is a really cool plugin that does a lot of stuff:\n"
+		"- It tells you who wrote the program when you log in\n"
+		"- It reverses all incoming text\n"
+		"- It sends a message to people on your list immediately"
+		" when they sign on";
+}