summaryrefslogtreecommitdiff
path: root/chat/emech/MESSAGE
blob: 48c7beb9694ce6b2ca205bb6fa3fc014a07f9685 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
===========================================================================
$NetBSD: MESSAGE,v 1.3 2003/06/29 13:58:39 wiz Exp $

Quickstart quide:

0) Choose a home for emech, where the user running emech will have write
   permission. For instance, /var/run/emech

1) cp ${PREFIX}/share/example/emech/sample.set ${PREFIX}/etc/mech.set

2) vi ${PREFIX}/etc/mech.set
-- look through the file for sections to change,  you will have to remove
   lines in order to get the bot to work. Check the file completely!

3) genuser /var/run/emech/emech.users
-- It seems that things work better with a DNS address in the hostmask
   instead of an IP address..

4) cd /var/run/emech/
-- the user that will be running emech needs write access to this directory

5) ${PREFIX}/bin/mech -f ${PREFIX}/etc/mech.set
-- The full path to the binary is mandatory.

6) See documentation in ${PREFIX}/share/example/emech/mech.help and on
   http://www.energymech.net/docs/

===========================================================================