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

9 lines
84 B
Ruby
Raw Normal View History

2012-12-30 17:23:11 +01:00
#!/usr/bin/env ruby
2013-01-01 17:56:52 +01:00
require_relative 'bot'
bot = Lain::Bot.new
bot.run
bot.close