From f6c5db1f69a40a53f88548c39b7ba6c5174f5148 Mon Sep 17 00:00:00 2001 From: Chewsterchew Date: Fri, 15 Sep 2017 16:07:33 -0500 Subject: [PATCH] beautify bot.rb --- bot.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot.rb b/bot.rb index 4957ed8..b04b6b4 100644 --- a/bot.rb +++ b/bot.rb @@ -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