mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Removed trailing newline that was causing trouble in parsing configuration file
This commit is contained in:
parent
68dbb32d94
commit
fb756c807d
@ -127,12 +127,12 @@ if __name__ == '__main__':
|
|||||||
'when the bot is finished connecting to the server?'
|
'when the bot is finished connecting to the server?'
|
||||||
configfd.write(anything('What command?'))
|
configfd.write(anything('What command?'))
|
||||||
configfd.write('\n')
|
configfd.write('\n')
|
||||||
configfd.write('\n')
|
|
||||||
configfd.close()
|
configfd.close()
|
||||||
|
|
||||||
###
|
###
|
||||||
# Set owner user.
|
# Set owner user.
|
||||||
###
|
###
|
||||||
|
if yn('Would you like to add an owner user?') == 'y':
|
||||||
owner = anything('What should the owner\'s username be?')
|
owner = anything('What should the owner\'s username be?')
|
||||||
password = anything('What should the owner\'s password be?')
|
password = anything('What should the owner\'s password be?')
|
||||||
user = ircdb.IrcUser()
|
user = ircdb.IrcUser()
|
||||||
|
Loading…
Reference in New Issue
Block a user