Sha256: 62ac26f59110c510fd336944f465bd917b40d77ad64cec4795e111be198a0efe
Contents?: true
Size: 374 Bytes
Versions: 6
Compression:
Stored size: 374 Bytes
Contents
#!/usr/bin/env ruby require "bundler/setup" require "cognition" puts "Get started with your Cognition bot by registering the 'Hello' test plugin!" puts "> test_bot = Cognition::Bot.new" puts '> require_relative "../test/fixtures/hello"' puts "> test_bot.register(Hello)\n\n" puts "Process commands with: " puts "> test_bot.process('message')\n\n" require "irb" IRB.start
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
cognition-2.1.3 | bin/console |
cognition-2.1.2 | bin/console |
cognition-2.0.8 | bin/console |
cognition-2.0.7 | bin/console |
cognition-2.0.6 | bin/console |
cognition-2.0.5 | bin/console |