# File rbot/auth.rb, line 135 def showusers reply = "Current users are:" @users.sort.each {|a| key = a[0] value = a[1] reply += " #{key}(#{value})" } reply end