Changeset 4ae10de for lib/BarnOwl


Ignore:
Timestamp:
Dec 20, 2009, 12:16:22 AM (14 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
d389947
Parents:
e4e1dcb
Message:
Fix behavior when live-upgraded from a non-timer Twitter.par
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/BarnOwl/Module/Twitter.pm

    re4e1dcb r4ae10de  
    187187}
    188188
     189sub poll_messages {
     190    # If we are reloaded into a barnowl with the old
     191    # BarnOwl::Module::Twitter loaded, it still has a main loop hook
     192    # that will call this function every second. If we just delete it,
     193    # it will get the old version, which will call poll on each of our
     194    # handles every second. However, they no longer include the time
     195    # check, and so we will poll a handle every second until
     196    # ratelimited.
     197
     198    # So we include an empty function here.
     199}
     200
    189201sub find_account {
    190202    my $name = shift;
Note: See TracChangeset for help on using the changeset viewer.