Method: Codebot::IRCConnection#core

Defined in:
lib/codebot/irc_connection.rb

#coreCore (readonly)

Returns the bot this connection belongs to.

Returns:

  • (Core)

    the bot this connection belongs to



13
14
15
# File 'lib/codebot/irc_connection.rb', line 13

def core
  @core
end