Method: Codebot::Network#nickserv_username

Defined in:
lib/codebot/network.rb

#nickserv_usernameString (readonly)

Returns the username for NickServ authentication.

Returns:

  • (String)

    the username for NickServ authentication



38
39
40
# File 'lib/codebot/network.rb', line 38

def nickserv_username
  @nickserv_username
end