name -> ircname variable rename to fit with irclib

This commit is contained in:
Brian S. Stephan 2010-07-24 10:03:27 -05:00
parent f45712a94e
commit e792c22a8e
1 changed files with 1 additions and 3 deletions

View File

@ -11,8 +11,6 @@ server = config.get('IRC', 'server')
port = config.getint('IRC', 'port')
channel = config.get('IRC', 'channel')
nick = config.get('IRC', 'nick')
name = config.get('IRC', 'name')
print(server + " " + str(port) + " " + channel + " " + nick + " " + name)
ircname = config.get('IRC', 'name')
# vi:tabstop=4:expandtab:autoindent