1 --------------------------------------------------------------------------------
5 Installation instructions are contained within INSTALL
9 There is a mailing list for discussion of ratbox issues,
11 http://lists.ratbox.org/cgi-bin/mailman/listinfo/ircd-ratbox
13 You may also (if youre lucky) find us on #ratbox@EFNet
15 Note you should *always* check the logfile first.
19 If you run this code and encounter problems, you must report
20 the bug by EMAIL to ircd-ratbox@lists.ratbox.org
22 Please include a gdb backtrace and keep the core file, binaries and
23 modules in case the developers need them.
27 Note a running module should never be modified directly whilst it is loaded
28 into ircd as the behaviour of the OS can result in a core when this is done.
30 When upgrading modules, you should never simply cp over a module that is
31 loaded into ircd. You may delete it then cp, mv it, unload the module from
32 ircd first, move the directory out of the way and start again or numerous
35 Just *dont* do something like: cp m_foo.so ~/ircd/modules/
37 --------------------------------------------------------------------------------
38 $Id: README 21191 2005-11-13 22:16:05Z leeh $