# HG changeset patch # User Nathan Walp # Date 1061264252 0 # Node ID 17a9cdac508e22b26e611b9adcceba3b8ffc0fd8 # Parent 87024723ef17a1582b66d802df4894b8741e2d8d [gaim-migrate @ 7014] make IRC passwords secret again committer: Tailor Script diff -r 87024723ef17 -r 17a9cdac508e src/protocols/irc/irc.c --- a/src/protocols/irc/irc.c Tue Aug 19 02:00:23 2003 +0000 +++ b/src/protocols/irc/irc.c Tue Aug 19 03:37:32 2003 +0000 @@ -125,6 +125,7 @@ pce = g_new0(struct proto_chat_entry, 1); pce->label = _("Password:"); pce->identifier = "password"; + pce->secret = TRUE; m = g_list_append(m, pce); return m;