Returns:
234 235 236 237 238
# File 'lib/DrbDB.rb', line 234 def auth?(nick,password) r=@users.auth?(nick,password) edebug("auth?(#{nick}):#{r}") r end