diff libpurple/plugins/debug_example.c @ 19911:bdffee131b80

Fix my e-mail address to match my MTN key since it now is a real e-mail address.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Sep 2007 22:03:20 +0000
parents 0715328a0be3
children 3a5f152e7ed0
line wrap: on
line diff
--- a/libpurple/plugins/debug_example.c	Sat Sep 08 20:50:13 2007 +0000
+++ b/libpurple/plugins/debug_example.c	Sat Sep 08 22:03:20 2007 +0000
@@ -1,7 +1,7 @@
 /*
  * Debug Example Plugin
  *
- * Copyright (C) 2007, John Bailey <rekkanoryo@pidgin.im>
+ * Copyright (C) 2007, John Bailey <rekkanoryo@cpw.pidgin.im>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -48,7 +48,7 @@
 /* Common practice in third-party plugins is to define convenience macros for
  * many of the fields of the plugin info struct, so we'll do that for the
  * purposes of demonstration. */
-#define PLUGIN_AUTHOR "John Bailey <rekkanoryo@ipidgin.im>"
+#define PLUGIN_AUTHOR "John Bailey <rekkanoryo@cpw.pidgin.im>"
 
 /* As we've covered before, libpurple calls this function, if present, when it
  * loads the plugin.  Here we're using it to show off the capabilities of the