comparison libpurple/plugins/helloworld.c @ 19956: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 9500ab76c8dc
children 3a5f152e7ed0
comparison
equal deleted inserted replaced
19955:3792a8814166 19956:bdffee131b80
1 /* 1 /*
2 * Hello World Plugin 2 * Hello World Plugin
3 * 3 *
4 * Copyright (C) 2004, Gary Kramlich <grim@guifications.org>, 4 * Copyright (C) 2004, Gary Kramlich <grim@guifications.org>,
5 * 2007, John Bailey <rekkanoryo@pidgin.im> 5 * 2007, John Bailey <rekkanoryo@cpw.pidgin.im>
6 * 6 *
7 * This program is free software; you can redistribute it and/or 7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License as 8 * modify it under the terms of the GNU General Public License as
9 * published by the Free Software Foundation; either version 2 of the 9 * published by the Free Software Foundation; either version 2 of the
10 * License, or (at your option) any later version. 10 * License, or (at your option) any later version.
107 VERSION, /* This constant is defined in version.h, but you shouldn't use it for 107 VERSION, /* This constant is defined in version.h, but you shouldn't use it for
108 your own plugins. We use it here because it's our plugin. */ 108 your own plugins. We use it here because it's our plugin. */
109 109
110 "Hello World Plugin", 110 "Hello World Plugin",
111 "Hello World Plugin", 111 "Hello World Plugin",
112 "John Bailey <rekkanoryo@pidgin.im>", /* correct author */ 112 "John Bailey <rekkanoryo@cpw.pidgin.im>", /* correct author */
113 "http://helloworld.tld", 113 "http://helloworld.tld",
114 114
115 115
116 plugin_load, 116 plugin_load,
117 NULL, 117 NULL,