Class: Ircbot::Client::Standalone

Inherits:
Ircbot::Client show all
Defined in:
lib/ircbot/client/standalone.rb

Instance Attribute Summary

Attributes inherited from Ircbot::Client

#config

Instance Method Summary collapse

Methods inherited from Ircbot::Client

#broadcast, #debug, #decode, #encode, event, from_file, #notice, #plugins, #post, #privmsg, #start, #trim

Constructor Details

#initializeStandalone

Returns a new instance of Standalone.



4
5
6
# File 'lib/ircbot/client/standalone.rb', line 4

def initialize(*)
  super({})
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ircbot::Client