Changeset 280ddc6 for variable.c


Ignore:
Timestamp:
Dec 25, 2003, 9:28:03 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:
3038d13
Parents:
3895e23
Message:
Added the 'ignorelogins' variable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • variable.c

    r4b660cc r280ddc6  
    142142               "but sent no login message, or a user is not present that sent no\n"
    143143               "logout message a pseudo login or logout message wil be created\n"),
     144
     145  OWLVAR_BOOL( "ignorelogins" /* %OwlVarStub */, 0,
     146               "Enable printing of login notifications",
     147               "When this is enabled, Owl will print login and logout notifications\n"
     148               "and AIM, zephyr, or other protocols.  If disabled Owl will not print\n"
     149               "login or logout notifications\n"),
    144150
    145151  OWLVAR_ENUM_FULL( "disable-ctrl-d" /* %OwlVarStub:lockout_ctrld */, 1,
Note: See TracChangeset for help on using the changeset viewer.