summaryrefslogtreecommitdiff
path: root/lib/rbot/rbotconfig.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-20 20:08:26 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-07-20 20:08:26 +0000
commit8c45acb731d8ba8bc07f0934af2d4aeda637b155 (patch)
tree50f9e19cbdfd36a6dfe49284b7607e14c09f16ee /lib/rbot/rbotconfig.rb
parentda24f0f90c86a399a716d90c645ab921d03c5f51 (diff)
All lib/rbot files are now upgraded to the new logging feature
Diffstat (limited to 'lib/rbot/rbotconfig.rb')
-rw-r--r--lib/rbot/rbotconfig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/rbotconfig.rb b/lib/rbot/rbotconfig.rb
index de716169..212df990 100644
--- a/lib/rbot/rbotconfig.rb
+++ b/lib/rbot/rbotconfig.rb
@@ -39,7 +39,7 @@ module Irc
require 'rbot/pkgconfig'
@@datadir = PKGConfig::DATADIR
rescue LoadError
- puts "fatal - no way to determine data dir"
+ error "fatal - no way to determine data dir"
exit 2
end
end