comparison plugins/fortuneprofile.pl @ 5487:3b0acfecf094

[gaim-migrate @ 5883] I thought it used to be like this. Fixes 662480. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 22 May 2003 16:44:39 +0000
parents 6316a0a33680
children e8204ffce9f8
comparison
equal deleted inserted replaced
5486:d44a62911183 5487:3b0acfecf094
92 "Sean Egan &lt;bj91704\@binghamton.edu>", "http://gaim.sf.net/", 92 "Sean Egan &lt;bj91704\@binghamton.edu>", "http://gaim.sf.net/",
93 "/dev/null"); 93 "/dev/null");
94 } 94 }
95 95
96 # output the first message and start the timers... 96 # output the first message and start the timers...
97 update_away(); 97 # This is done as a timeout to prevent attempts to set the profile before logging in.
98 GAIM::add_timeout_handler($handle, $seconds, "update_away");