Method: DrbDb#auth?

Defined in:
lib/DrbDB.rb

#auth?(nick, password) ⇒ Boolean

Returns:

  • (Boolean)


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