Changeset 0c502e9 for commands.c
- Timestamp:
- Jun 22, 2003, 12:56:03 AM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 9381782
- Parents:
- be0a79f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rc3ab155 r0c502e9 453 453 "syntax would be:\n\n" 454 454 " filter myfilter -c red ( class ^foobar$ ) or ( class ^quux$ and instance ^bar$ )\n\n" 455 "Valid matching fields are class, instance, recipient, sender,\n" 456 "opcode and realm. Valid operations are 'and', 'or' and 'not'.\n" 455 "Valid matching fields are:\n" 456 " sender - sender\n" 457 " recipient - recipient\n" 458 " class - zephyr class name\n" 459 " instance - zephyr instance name\n" 460 " opcode - zephyr opcode\n" 461 " realm - zephyr realm\n" 462 " body - message body\n" 463 " type - message type (zephyr, aim, admin)\n" 464 " direction - either 'in' 'out' or 'none'\n" 465 " login - either 'login' 'logout' or 'none'\n" 466 "Valid operators are:\n" 467 " and\n" 468 " or\n" 469 " not\n" 470 "And additionally you may use the static values:\n" 471 " true\n" 472 " false\n" 457 473 "Spaces must be present before and after parenthesis. If the\n" 458 474 "optional color argument is used it specifies the color that\n" 459 475 "messages matching this filter should be displayed in.\n\n" 460 461 476 "SEE ALSO: view, viewclass, viewuser\n"), 462 477
Note: See TracChangeset
for help on using the changeset viewer.