aboutsummaryrefslogtreecommitdiffstats
path: root/manpages/fics_addplayer.1
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/fics_addplayer.1')
-rw-r--r--manpages/fics_addplayer.134
1 files changed, 34 insertions, 0 deletions
diff --git a/manpages/fics_addplayer.1 b/manpages/fics_addplayer.1
new file mode 100644
index 0000000..92e978a
--- /dev/null
+++ b/manpages/fics_addplayer.1
@@ -0,0 +1,34 @@
+.\" -*- mode: nroff; -*-
+.\"
+.\" SPDX-FileCopyrightText: Copyright 2024 Markus Uhlin
+.\" SPDX-License-Identifier: ISC
+.\"
+.Dd May 26, 2024
+.Dt FICS_ADDPLAYER 1
+.Os
+.Sh NAME
+.Nm fics_addplayer
+.Nd creates a registered chess player
+.Sh SYNOPSIS
+.Nm fics_addplayer
+.Bk -words
+.Op Fl a
+.Ek
+.Aq UserName
+.Aq FullName
+.Aq EmailAddress
+.Sh DESCRIPTION
+.Nm
+creates a registered chess player on a server that runs FICS.
+An email will be sent to the given address with the login details.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Fl a
+Make the player an administrator.
+.El
+.Sh EXAMPLES
+.Bd -literal -offset indent
+$ fics_addplayer nash "Richard V. Nash" nash@nomos.com
+.Ed
+.Sh SEE ALSO
+.Xr fics 1 , Xr makerank 1