lucy.bz
irc for netrunners
FAQs
Q: I can’t log in
A: Make sure you selected the correct port 6697 and enabled SSL in your client.
Q: How do I register an account?
A: Use:
/msg NickServ register <password> <emailaddress>
This will register your current nickname as your account name, using the password you choose.
After registering, configure SASL in your client so you’re automatically identified every time you connect.
Q: I forgot my password
A: That’s rough. In that case, please contact
lostpassword@lucy.bz from the same email address you used when registering your account.
Q: How can I create my own channel?
A: Channels can only be created by operators. If you want a specific channel, ask in #help.
Q: Is there a bridge between “Night City Bar” / “Night City Chat” (Discord, Matrix) and this IRC server?
A: No. lucy.bz is standalone and does not run any bridges.
Q: What is IRC?
A: IRC (Internet Relay Chat) is a real-time text-based chat protocol.
It allows users to join channels, chat publicly, or message each other privately.
Q: Which client should I use?
A: Popular IRC clients include HexChat, WeeChat, irssi, and The Lounge (web-based).
Make sure you connect using SSL on port 6697.
Q: What is SASL and why should I use it?
A: SASL automatically identifies you with NickServ when you connect.
Without SASL, you may need to manually log in each time.
Basic IRC Commands
/nick newname
Changes your nickname.
/join #channel
Joins a channel (example: /join #help).
/part #channel
Leaves a channel.
/msg nickname message
Sends a private message to another user.
/quit
Disconnects from the server.
/whois nickname
Shows information about a user.
NickServ & Account Commands
/msg NickServ identify <password>
Identifies your nickname after connecting (if you are not using SASL).
/msg NickServ info nickname
Shows information about an account.
/msg NickServ set password newpassword
Changes your account password (if logged in).
Channel Basics
Q: What is an operator (op)?
A: An operator (marked with @ in most clients) manages a channel
and can set modes, moderate users, or enforce rules.
Q: What does +o, +v, or +m mean?
A:
+o → gives operator status
+v → gives voice (can speak in moderated channels)
+m → channel is moderated
Q: What are channel modes?
A: Channel modes control how a channel behaves (moderated, invite-only, etc.).
Operators can change them using:
/mode #channel +mode
Privacy & Safety
Q: Is IRC anonymous?
A: Not completely. Your IP is hidden from normal users, but server staff can see it.
Always use good security practices.
Q: Can I use a bouncer (ZNC)?
A: Yes, bouncers are supported as long as they comply with our rules.