Changeset 790ab12
- Timestamp:
- May 4, 2009, 3:23:59 PM (16 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- adee9cc
- Parents:
- de9edab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r8921d3f r790ab12 279 279 OWLCMD_ARGS("punt", owl_command_punt, OWL_CTX_ANY, 280 280 "suppress an arbitrary filter", 281 "punt <filter- name>",281 "punt <filter-text>", 282 282 "punt <filter-text (multiple words)>\n" 283 283 "The punt command will supress message to the specified\n" … … 287 287 OWLCMD_ARGS("unpunt", owl_command_unpunt, OWL_CTX_ANY, 288 288 "remove an entry from the punt list", 289 "zpunt <filter- name>\n"289 "zpunt <filter-text>\n" 290 290 "zpunt <filter-text>\n" 291 291 "zpunt <number>\n",
Note: See TracChangeset
for help on using the changeset viewer.