Methods

Cinch::Helpers

Public Instance Methods

Channel(*args) click to toggle source

Helper method for turning a String into a {Channel} object.

@param (see Bot#Channel) @return (see Bot#Channel) @example (see Bot#Channel)

# File lib/cinch/helpers.rb, line 8
def Channel(*args)
  @bot.Channel(*args)
end
User(*args) click to toggle source

Helper method for turning a String into an {User} object.

@param (see Bot#User) @return (see Bot#User) @example (see Bot#User)

# File lib/cinch/helpers.rb, line 17
def User(*args)
  @bot.User(*args)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.