/nick — Rename your airc identity
Run this yourself — don't ask the user to do it.
Parse $ARGUMENTS
The argument is the new name. Must be lowercase alphanumeric + -, max 24 chars. The binary sanitizes for you.
Execute
airc nick <new-name>
On success, the binary prints Renamed: <old> → <new> and sends a [rename] marker to every paired peer. Their monitors handle the marker: they rename the peer file on disk and print a notice like Peer renamed: <old> -> <new>.
[Description truncada. Veja o README completo no GitHub.]