Module: Cinch::BotTemplate::Descs::Bot

Defined in:
lib/cinch/bot_template/desc/bot.rb

Class Method Summary collapse

Class Method Details

.GenObject



5
6
7
8
9
10
11
12
13
14
15
16
17
18
# File 'lib/cinch/bot_template/desc/bot.rb', line 5

def self.Gen
  <<~GEN
  '#{Pathname($PROGRAM_NAME).basename} bot gen' will generate a bot file,
  a executable file that has the basics of a cinch bot inside.
  \#$
  If you're looking to generate a whole bot, config, plugins,
  bot file, logs, then use '#{Pathname($PROGRAM_NAME).basename} gen' itself.
  \#$
  See the help on '#{Pathname($PROGRAM_NAME).basename} help gen'
  for information on using having a bot connect to
  multiple servers/networks.

  GEN
end