This repository has been archived on 2025-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
lain/lain.rb
2013-01-01 17:56:52 +01:00

8 lines
84 B
Ruby

#!/usr/bin/env ruby
require_relative 'bot'
bot = Lain::Bot.new
bot.run
bot.close