irkerd: Replace 'password' global with local Connection.password
authorW. Trevor King <wking@tremily.us>
Fri, 7 Mar 2014 04:21:12 +0000 (20:21 -0800)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Mar 2014 04:46:19 +0000 (00:46 -0400)
commitf52ae77db0199703e10101b985ec1ab4af26f288
tree5b708fe7746134e1a6b8ef0ba55208543d0879a7
parent8b910a95b2b00ee8b5ff2fe09799faedfee84fe1
irkerd: Replace 'password' global with local Connection.password

Using the new kwargs handling to pass the data through Irker() down to
Connection().  Note that this is the nickserv password, not the
server-wide login password used by Connection.connect().
irkerd