diff src/dialogs.c @ 1710:f42ce672c560

[gaim-migrate @ 1720] various fixes (for plugins especially), other updates. made WEBSITE macro so it's easy to change (not that i think it'll be changing again), updated some files to reflect that change. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 10:50:33 +0000
parents 644056e095f1
children 1edc8b545d6f
line wrap: on
line diff
--- a/src/dialogs.c	Fri Apr 13 08:15:44 2001 +0000
+++ b/src/dialogs.c	Fri Apr 13 10:50:33 2001 +0000
@@ -637,6 +637,12 @@
 	gtk_widget_show(eedialog);
 }
 
+char *gem()
+{
+	return "You are a True Penguin Pimp. Tell no one of your finding. Notify "
+		"EWarmenhoven immediately so he can reward your efforts.";
+}
+
 void show_im_dialog()
 {
         GtkWidget *mainbox;
@@ -1928,6 +1934,15 @@
         gtk_widget_show(p->window);
 }
 
+void do_stuff(void *g)
+{
+	char buf[16];
+	struct gaim_connection *gc;
+	some_name(buf);
+	get_good(&gc);
+	put_out(gc, buf, g);
+}
+
 
 /*------------------------------------------------------------------------*/
 /*  Functions Called To Add A Log                                          */