irkerd: Replace 'namestyle' global with local 'nick_template'
authorW. Trevor King <wking@tremily.us>
Fri, 7 Mar 2014 04:21:10 +0000 (20:21 -0800)
committerEric S. Raymond <esr@thyrsus.com>
Tue, 11 Mar 2014 04:44:49 +0000 (00:44 -0400)
commit8c2e9ccb391fc6e24a8ca762c341a3793275355c
treef3438d07feed2ad5532c505a1a7ff80734955182
parent95f9109de6d68add9eea72c691fc16b4987836ae
irkerd: Replace 'namestyle' global with local 'nick_template'

Using the new kwargs handling to pass the data through Irker() down to
Connection().  I think 'nick_template' more clearly reflects
the contents of this variable.
irkerd