name -> ircname variable rename to fit with irclib
This commit is contained in:
parent
f45712a94e
commit
e792c22a8e
@ -11,8 +11,6 @@ server = config.get('IRC', 'server')
|
|||||||
port = config.getint('IRC', 'port')
|
port = config.getint('IRC', 'port')
|
||||||
channel = config.get('IRC', 'channel')
|
channel = config.get('IRC', 'channel')
|
||||||
nick = config.get('IRC', 'nick')
|
nick = config.get('IRC', 'nick')
|
||||||
name = config.get('IRC', 'name')
|
ircname = config.get('IRC', 'name')
|
||||||
|
|
||||||
print(server + " " + str(port) + " " + channel + " " + nick + " " + name)
|
|
||||||
|
|
||||||
# vi:tabstop=4:expandtab:autoindent
|
# vi:tabstop=4:expandtab:autoindent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user