diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-02 07:16:04 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-02 07:16:04 +0000 |
commit | a4384d0c8a0d723897cf36fb423ba26fb0d1b083 (patch) | |
tree | cc7e72c5819ef2a8611ec0e398cb5ea81ddac543 | |
parent | 7951841c332f861d84eb8b8b486ff9431a9321c0 (diff) |
botuser.rb: fix typo in debug message
-rw-r--r-- | lib/rbot/botuser.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/botuser.rb b/lib/rbot/botuser.rb index e498ce6c..6131a7b7 100644 --- a/lib/rbot/botuser.rb +++ b/lib/rbot/botuser.rb @@ -628,7 +628,7 @@ module Irc #
def autologin(user)
ircuser = user.to_irc_user
- debug "Trying to autlogin #{ircuser}"
+ debug "Trying to autologin #{ircuser}"
return @botusers[ircuser] if @botusers.has_key?(ircuser)
@allbotusers.each { |n, bu|
debug "Checking with #{n}"
|