mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-03-28 17:32:35 +01:00
21 lines
502 B
Markdown
21 lines
502 B
Markdown
# command line interface
|
|
|
|
# rebuild all thumbnails
|
|
srndv2 tool rethumb
|
|
|
|
# generate a new tripcode keypair
|
|
# print out to stdout
|
|
srndv2 tool keygen
|
|
|
|
# add an nntp login
|
|
srndv2 tool nntp add-login username password
|
|
|
|
# remove an nntp login
|
|
srndv2 tool nntp del-login username
|
|
|
|
# add public key to moderation trust
|
|
srndv2 tool mod add publickeygoeshere
|
|
|
|
# remove public key from moderation trust
|
|
srndv2 tool mod del publickeygoeshere
|