Register and protect your nickname with a password through NickServ, the nickname services bot. Once registered, nobody else can use your name.
Syntax
/ns <subcommand> [arguments]
How It Works
NickServ manages nickname ownership. After registering, you "identify" (log in) each session to prove the nickname is yours. This unlocks features like saved preferences, auto-join lists, and channel access lists. If someone else tries to use your registered nickname, they'll be asked for the password.
Subcommands
register <password>
— Register your current nickname with a password.identify <password>
— Log in to your registered nickname for this session.ghost <nick>
— Disconnect another session using your registered nickname (if you got disconnected and your old session is still lingering).
info [nick]
— View registration info about a nickname (defaults to your own).
drop <password>
— Permanently unregister your nickname.
Rules & Limits
- Password is required for register, identify, and drop
- Ghost only works on your own registered nickname
- You must be using the nickname you want to register
Examples
/ns register mySecurePassword /ns identify mySecurePassword /ns info Alice /ns ghost MyNick /ns drop mySecurePassword