Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Commit

Permalink
beautify bot.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Chew committed Sep 15, 2017
1 parent f9da814 commit f6c5db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@

if CONFIG['lazyconfig'] == 'on'
c.user = CONFIG['nickname']
c.realname = "Chewbotcca IRC Bot - http://github.com/Chewsterchew/ChewbotccaIRC"
c.realname = 'Chewbotcca IRC Bot - http://github.com/Chewsterchew/ChewbotccaIRC'
else
if CONFIG['username'] == nil
if CONFIG['username'].nil?
puts 'You did not set a username! Set one or set lazyconfig to on.'
exit
end
Expand Down

0 comments on commit f6c5db1

Please sign in to comment.