comparison plugins/fortuneprofile.pl @ 12406:bc45ab9756b5

[gaim-migrate @ 14713] Sync some things up with the contact list on the web and/or the about box. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 08 Dec 2005 20:58:28 +0000
parents 8b6c08c50b26
children
comparison
equal deleted inserted replaced
12405:57a0c8fc4bbc 12406:bc45ab9756b5
3 # Sets your AIM profile to a fortune (with a header and footer of your 3 # Sets your AIM profile to a fortune (with a header and footer of your
4 # choice). 4 # choice).
5 # 5 #
6 6
7 # By Sean Egan 7 # By Sean Egan
8 # bj91704@binghamton.edu 8 # seanegan@gmail.com
9 # AIM: SeanEgn 9 # AIM: SeanEgn
10 # 10 #
11 # Updated by Nathan Conrad, 31 January 2002 11 # Updated by Nathan Conrad, 31 January 2002
12 # Changes: 12 # Changes:
13 # * Fortunes have HTML tabs and newlines 13 # * Fortunes have HTML tabs and newlines
48 perl_api_version => 2, 48 perl_api_version => 2,
49 name => "Fortune Profile", 49 name => "Fortune Profile",
50 version => "3.4", 50 version => "3.4",
51 summary => "Sets your AIM profile to a fortune (with a header and footer of your choice).", 51 summary => "Sets your AIM profile to a fortune (with a header and footer of your choice).",
52 description => "Sets your AIM profile to a fortune (with a header and footer of your choice).", 52 description => "Sets your AIM profile to a fortune (with a header and footer of your choice).",
53 author => "Sean Egan <bj91704\@binghamton.edu>", 53 author => "Sean Egan <seanegan\@gmail.com>",
54 url => "http://gaim.sf.net/", 54 url => "http://gaim.sf.net/",
55 55
56 load => "plugin_load" 56 load => "plugin_load"
57 ); 57 );
58 58