mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
Forgot two stupid newlines after the comments.
This commit is contained in:
parent
6e0aff9fb2
commit
58902cd8fd
@ -85,7 +85,7 @@ if __name__ == '__main__':
|
||||
ident = anything('What ident would you like the bot to use?')
|
||||
configfd.write('Ident: %s\n' % ident)
|
||||
configfd.write('\n')
|
||||
configfd.write('# Commands to run before connecting.')
|
||||
configfd.write('# Commands to run before connecting.\n')
|
||||
configfd.write('load AdminCommands\n')
|
||||
configfd.write('load UserCommands\n')
|
||||
configfd.write('load ChannelCommands\n')
|
||||
@ -121,7 +121,7 @@ if __name__ == '__main__':
|
||||
configfd.write(anything('What command?'))
|
||||
configfd.write('\n')
|
||||
configfd.write('\n')
|
||||
configfd.write('# Commands to run after the bot is connected.')
|
||||
configfd.write('# Commands to run after the bot is connected.\n')
|
||||
if yn('Do you want the bot to join any channels?') == 'y':
|
||||
channels = anything('What channels? (separate channels by spaces)')
|
||||
configfd.write('join %s\n' % channels)
|
||||
|
Loading…
Reference in New Issue
Block a user