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
" '\#{Pathname($PROGRAM_NAME).basename} bot gen' will generate a bot file,\n a executable file that has the basics of a cinch bot inside.\n \\\#$\n If you're looking to generate a whole bot, config, plugins,\n bot file, logs, then use '\#{Pathname($PROGRAM_NAME).basename} gen' itself.\n \\\#$\n See the help on '\#{Pathname($PROGRAM_NAME).basename} help gen'\n for information on using having a bot connect to\n multiple servers/networks.\n\n GEN\nend\n"
|