抓住宝石。 gem 'cinch_hangman' 并将刽子手作为插件添加到您的 cinch 机器人: require 'cinch_hangman' bot = Cinch :: Bot . new do configure do |c| c . server = \"irc.freenode.net\" c . plugins = [ Cinch :: Plugins :: Hangman ] end 要开始新游戏,请向您的机器人发送私人消息: compactcode: !hang new #channel secret 游戏将在指定频道开始。 bot: (s_) hangman started. compactcode: !hang guess s bot: (s_
暂无评论