Hello, I've added a feature to Emacs which hides the password sent to nickserv for nick identification by changing the password's "display" test property with a dotted string. Here's an example: ERC> /msg nickserv identify foobar When sent to ERC, the ERC buffer displays this as: ERC> /msg nickserv identify ..... I've also added this to the default list of modules, so passwords are hidden by default. Feel free to point out anything wrong in the attached patch.