Changeset 6a415e9 for variable.c


Ignore:
Timestamp:
Jun 4, 2003, 10:55:13 AM (21 years ago)
Author:
James M. Kretchmar <kretch@mit.edu>
Branches:
master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
65ad073
Parents:
2824f79
Message:
Added the variable 'aim_ingorelogin_timer', which specifies the number
  of seconds after an AIM login for which AIM login notifications should
  be ignored.  Defaults to 0 for now.
Added the timer object to implement the above and to replace other timers
  that have been impelmented by hand.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    recd5dc5 r6a415e9  
    219219                 "than 60 columns, as a courtesy to recipients.\n"),
    220220
     221  OWLVAR_INT( "aim_ignorelogin_timer" /* %OwlVarStub */, 0,
     222              "number of seconds after AIM login to ignore login messages",
     223              "This specifies the number of seconds to wait after an\n"
     224              "AIM login before allowing the recipt of AIM login notifications.\n"
     225              "By default this is set to 0 and all login notifications are\n"
     226              "viewed immediately.  If you dislike this behavior try setting\n"
     227              "the value to 20 instead.\n"),
     228
     229             
    221230  OWLVAR_INT_FULL( "typewinsize" /* %OwlVarStub:typwin_lines */,
    222231                   OWL_TYPWIN_SIZE,
Note: See TracChangeset for help on using the changeset viewer.