summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/rbot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rbot b/bin/rbot
index 6ede9a61..44261789 100755
--- a/bin/rbot
+++ b/bin/rbot
@@ -56,7 +56,7 @@ end
begin
require 'rbot/ircbot'
rescue LoadError => e
- puts "Error: couldn't find the rbot/ircbot module for loading\n - did you install rbot using install.rb?"
+ puts "Error: couldn't find the rbot/ircbot module for loading\n - did you install rbot using setup.rb?"
exit 2
end