Method: Codebot::Network#nick

Defined in:
lib/codebot/network.rb

#nickString

Returns the primary nickname for this network.

Returns:

  • the primary nickname for this network



29
30
31
# File 'lib/codebot/network.rb', line 29

def nick
  @nick
end