]> git.somenet.org - irc/irpg.git/blob - README
example config file
[irc/irpg.git] / README
1 --------------------------------------------------------------------------------
2 First-time users:
3 --------------------------------------------------------------------------------
4
5 1. Using your favorite text editor, open the bot's source. Read the file header.
6    If you don't agree with the license, please delete the source and remove
7    each of your brain cells associated with it. Kthx.
8 2. Open the file .irpg.conf and edit the bot's options to suit you. You must
9    also move this file into the same directory where the bot resides.
10 3. Run it with: perl bot.filename.pl
11 4. If you have problems, try running it in debug mode:
12    perl bot.filename.pl --debug
13    If you cannot diagnose the problem, post to http://idlerpg.net/forum.php
14 5. Thanks for your interest in Idle RPG!
15
16 --------------------------------------------------------------------------------
17 IRPG 3.0 users looking to upgrade:
18 --------------------------------------------------------------------------------
19
20 1. Using your favorite text editor, open the bot's source. Read the file header.
21    If you don't agree with the license, please delete the source and remove
22    each of your brain cells associated with it. Kthx.
23 2. Open the file .irpg.conf and edit the bot's options to suit you. You must
24    also move this file into the same directory where the bot resides.
25 3. Replace your old bot source with the new one, ie, rm -f that old, buggy crap.
26 4. Run it with: perl bot.filename.pl
27 5. If you have problems, try running it in debug mode:
28    perl bot.filename.pl --debug
29    If you cannot diagnose the problem, post to http://idlerpg.net/forum.php
30 6. Thanks for your interest in Idle RPG!
31
32
33 --------------------------------------------------------------------------------
34 IRPG 2.4 users looking to upgrade:
35 --------------------------------------------------------------------------------
36
37 1. Using your favorite text editor, open the bot's source. Read the file header.
38    If you don't agree with the license, please delete the source and remove
39    each of your brain cells associated with it. Kthx.
40 2. Run the db conversion tool: perl irpgdbtool
41 3. Answer the questions to suit you.
42 4. Open the file .irpg.conf and edit the bot's options to suit you. You must
43    also move this file into the same directory where the bot resides.
44 5. Run it with: perl bot.filename.pl
45 6. If you have problems, try running it in debug mode:
46    perl bot.filename.pl --debug
47    If you cannot diagnose the problem, post to http://idlerpg.net/forum.php
48 7. Thanks for your interest in Idle RPG!
49
50
51 --------------------------------------------------------------------------------
52 Pre-2.4 users looking to upgrade:
53 --------------------------------------------------------------------------------
54
55 1. Using your favorite text editor, open the bot's source. Read the file header.
56    If you don't agree with the license, please delete the source and remove
57    each of your brain cells associated with it. Kthx.
58 2. I don't think the irpgdbtool will help you unless you're comfortable with
59    Perl, sorry. :/ If you are, though, you can pull the loaddb() sub from the
60    bot that you're currently using instead of using the loaddb() supplied in
61    irpgdbtool. You'll also need to add code to add in the other missing fields
62    that exist in v2.4.