Changeset 1db061d for variable.c


Ignore:
Timestamp:
Oct 29, 2003, 11:02:51 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:
252a5c2
Parents:
c7041b3
Message:
Set aim_ignorelogin_timer to 15 by default
Admin message on login/logout of AIM
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r12c35df r1db061d  
    250250                 "than 60 columns, as a courtesy to recipients.\n"),
    251251
    252   OWLVAR_INT( "aim_ignorelogin_timer" /* %OwlVarStub */, 0,
     252  OWLVAR_INT( "aim_ignorelogin_timer" /* %OwlVarStub */, 15,
    253253              "number of seconds after AIM login to ignore login messages",
    254254              "This specifies the number of seconds to wait after an\n"
    255255              "AIM login before allowing the recipt of AIM login notifications.\n"
    256               "By default this is set to 0 and all login notifications are\n"
    257               "viewed immediately.  If you dislike this behavior try setting\n"
    258               "the value to 20 instead.\n"),
     256              "By default this is set to 15.  If you would like to view login\n"
     257              "notifications of buddies as soon as you login, set it to 0 instead."),
    259258
    260259             
Note: See TracChangeset for help on using the changeset viewer.