server: tie regex filters to db_insert_ban
[rb-79.git] / rb79-delete-post.1
blobbb416c6121effd842c756e2f581e1098e4704f7a
1 .Dd 2017-05-23
2 .Dt RB79-DELETE-POST 1
3 .Os
4 .Sh NAME
5 .Nm rb79-delete-post
6 .Nd delete a post or a thread
7 .Sh SYNOPSIS
8 .Nm
9 .Fl b
10 .Ar board-name
11 .Fl p
12 .Ar post-id
13 .Sh DESCRIPTION
14 .Nm
15 deletes a post and rebuilds the static files. Once deleted, the
16 post is no longer in the database. If
17 .Ar post-id
18 is the OP of a thread, the entire thread is deleted.
19 .Sh OPTIONS
20 .Bl -tag -width Ds
21 .It Fl b
22 The name of the board on which the target post is present.
23 .It Fl p
24 The id of the post to delete.
25 .El
26 .Sh EXAMPLES
27 .Pp
28 .Dl % rb79-delete-post -b m -p 123
29 .Pp
30 .Sh SEE ALSO
31 .Xr rb79 1
32 .Sh AUTHORS
33 .An De Rais Aq Mt derais@cock.li