Class: Ircbot::Client::Standalone
- Inherits:
-
Ircbot::Client
- Object
- Net::IRC::Client
- Ircbot::Client
- Ircbot::Client::Standalone
- Defined in:
- lib/ircbot/client/standalone.rb
Instance Attribute Summary
Attributes inherited from Ircbot::Client
Instance Method Summary collapse
-
#initialize ⇒ Standalone
constructor
A new instance of Standalone.
Methods inherited from Ircbot::Client
#broadcast, #debug, #decode, #encode, event, from_file, #notice, #plugins, #post, #privmsg, #start, #trim
Constructor Details
#initialize ⇒ Standalone
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