summaryrefslogtreecommitdiff
path: root/lib/rbot/botuser.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot/botuser.rb')
-rw-r--r--lib/rbot/botuser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/botuser.rb b/lib/rbot/botuser.rb
index 9f2620dc..de77093a 100644
--- a/lib/rbot/botuser.rb
+++ b/lib/rbot/botuser.rb
@@ -270,7 +270,7 @@ class Bot
# Make the BotUser permanent
def make_permanent(name)
- raise TypError, "permanent already" if permanent?
+ raise TypeError, "permanent already" if permanent?
@username = BotUser.sanitize_username(name)
@transient = false
reset_autologin