diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/core/auth.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/core/auth.rb b/lib/rbot/core/auth.rb index d321ad07..051b374b 100644 --- a/lib/rbot/core/auth.rb +++ b/lib/rbot/core/auth.rb @@ -449,7 +449,7 @@ class AuthModule < CoreBotModule end
set_prop(butarget, arg, argarg)
@bot.auth.set_changed
- auth_manage_user(m, {:data => ["show", arg, "for", butarget.username] })
+ auth_manage_user(m, {:data => ["show", arg.to_s, "for", butarget.username] })
when :reset
return m.reply(_("you can't change the default user")) if
|