class APlugin < MsgCab::Plugin
  def initialize(name)
    @name = name
  end
  attr_reader :name
end
