Changeset a16d7e5 for variable.c
- Timestamp:
- Jul 9, 2011, 3:59:13 PM (14 years ago)
- Branches:
- master, release-1.10, release-1.8, release-1.9
- Children:
- 7feba19, 2367f1c, c76a12a
- Parents:
- 7756dde
- git-author:
- Jason Gross <jgross@mit.edu> (07/08/11 04:15:08)
- git-committer:
- Jason Gross <jgross@mit.edu> (07/09/11 15:59:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
variable.c
r7756dde ra16d7e5 70 70 71 71 OWLVAR_BOOL( "startuplogin" /* %OwlVarStub */, 1, 72 "send a login message when owl starts", "" ),72 "send a login message when BarnOwl starts", "" ), 73 73 74 74 OWLVAR_BOOL( "shutdownlogout" /* %OwlVarStub */, 1, 75 "send a logout message when owl exits", "" ),75 "send a logout message when BarnOwl exits", "" ), 76 76 77 77 OWLVAR_BOOL( "rxping" /* %OwlVarStub */, 0, … … 137 137 OWLVAR_BOOL_FULL( "pseudologins" /* %OwlVarStub */, 0, 138 138 "Enable zephyr pseudo logins", 139 "When this is enabled, Owl will periodically check the zephyr\n"139 "When this is enabled, BarnOwl will periodically check the zephyr\n" 140 140 "location of users in your .anyone file. If a user is present\n" 141 141 "but sent no login message, or a user is not present that sent no\n" … … 145 145 OWLVAR_BOOL( "ignorelogins" /* %OwlVarStub */, 0, 146 146 "Enable printing of login notifications", 147 "When this is enabled, Owl will print login and logout notifications\n"148 "for AIM, zephyr, or other protocols. If disabled Owl will not print\n"147 "When this is enabled, BarnOwl will print login and logout notifications\n" 148 "for AIM, zephyr, or other protocols. If disabled BarnOwl will not print\n" 149 149 "login or logout notifications.\n"), 150 150 … … 160 160 OWLVAR_BOOL( "loglogins" /* %OwlVarStub */, 0, 161 161 "Enable logging of login notifications", 162 "When this is enabled, Owl will log login and logout notifications\n"162 "When this is enabled, BarnOwl will log login and logout notifications\n" 163 163 "for AIM, zephyr, or other protocols. If disabled Owl will not print\n" 164 164 "login or logout notifications.\n"), … … 201 201 OWLVAR_PATH( "newmsgproc" /* %OwlVarStub:newmsgproc */, NULL, 202 202 "name of a program to run when new messages are present", 203 "The named program will be run when owl receives new\n"203 "The named program will be run when BarnOwl receives new\n" 204 204 "messages. It will not be run again until the first\n" 205 205 "instance exits"), … … 229 229 "string to append to the end of the sepbar", 230 230 "The sepbar is the bar separating the top and bottom\n" 231 "of the owl screen. Any string specified here will\n"231 "of the BarnOwl screen. Any string specified here will\n" 232 232 "be displayed on the right of the sepbar\n"), 233 233 … … 265 265 266 266 OWLVAR_STRING( "alert_action" /* %OwlVarStub */, "nop", 267 " owl command to execute for alert actions",267 "BarnOwl command to execute for alert actions", 268 268 "" ), 269 269 … … 276 276 "Styles may be created with the 'style' command.\n" 277 277 "Some built-in styles include:\n" 278 " default - the default owl formatting\n"278 " default - the default BarnOwl formatting\n" 279 279 " oneline - one line per-message\n" 280 280 " perl - legacy perl interface\n" … … 333 333 "cursor moves between messages being displayed.\n" 334 334 "The following modes are supported:\n\n" 335 " normal - This is the owl default. Scrolling happens\n"335 " normal - This is the BarnOwl default. Scrolling happens\n" 336 336 " when it needs to, and an attempt is made to\n" 337 337 " keep the current message roughly near\n"
Note: See TracChangeset
for help on using the changeset viewer.