view pixmaps/wink.xpm @ 3597:bc87186a7478

[gaim-migrate @ 3699] I wrote two plugins tonight, emulating features of other clients. history.c - this puts the last 4kb of your message log in new conversations This was first done by EB, copied by Trillian Pro and gets requested of us once in a while. timestamp.c - adds iChat-style timestamps to conversations. Never use iChat? it puts an inconspicuous timestamp at the top of new conversations and then keeps adding them every 5 minutes. It's hard to explain really--try it out. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 06 Oct 2002 07:56:14 +0000
parents 230b022108f4
children
line wrap: on
line source

/* XPM */
static char * wink_xpm[] = {
"19 19 6 1",
" 	c None",
".	c #000000",
"+	c #CCCC00",
"@	c #FFFF00",
"#	c #333300",
"$	c #FFFFFF",
"      .......      ",
"    ..+@@@@@+..    ",
"   .+@@@@@@@@@+.   ",
"  .@@@@@@@@@@@@@.  ",
" .+@@@@@@@@@@@@@+. ",
" .@@#.@@@@@@@@@@@. ",
".+@.$$.@@@@..@@@@+.",
".@@.$..@@...@@@@@@.",
".@@@..@@@@@@@@@@@@.",
".@@@@@@@@@@@@@@@@@.",
".@@@@@@@@@@@@@@@@@.",
".@@@@@@@@@.@@@@@@@.",
".+@.@@@@@@@...@@@+.",
" .@@.@@@@@..@@@@@. ",
" .+@@.....#@@@@@+. ",
"  .@@@....@@@@@@.  ",
"   .+@@@@@@@@@+.   ",
"    ..+@@@@@+..    ",
"      .......      "};