Method: Codebot::Network#nickserv_password

Defined in:
lib/codebot/network.rb

#nickserv_passwordString (readonly)

Returns the password for NickServ authentication.

Returns:

  • (String)

    the password for NickServ authentication



41
42
43
# File 'lib/codebot/network.rb', line 41

def nickserv_password
  @nickserv_password
end