alt_nicks property

List<String>? alt_nicks
final

Nicks to fall back through when the server says ours is taken during registration. Registration stalls forever if nobody answers a 433, so the engine walks this list and then starts appending underscores rather than leaving the connection hung.

Implementation

final List<String>? alt_nicks;