-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
48 lines (36 loc) · 1.9 KB
/
README
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
= OpenRubyRMBot
The bot that hangs around in #OpenRubyRMK on freenode.net (or
everywhere you configure him to hang around). It’s default
configuration is a bit OpenRubyRMK-specific (as that is the primary
purpose he has been developed for), but with a little bit of work he
can be made to cooperate just fine with developer teams from other
projects. It is inteded to only run on *nixish systems, but if you
want to put some effort into the code, you’ll probably be able to run
it on other platforms.
OpenRubyRMBot features both a readable and well-documented
configuration file and a plugin system allowing you to add/remove
functionality you (don’t) desire. Under the hood it uses the
{Cinch lirbrary}[https://github.com/cinchrb/cinch].
== Installation
TODO
== Weblinks
* {Project page}[http://devel.pegasus-alpha.eu/projects/openrubyrmbot]
* {Issue tracker}[http://devel.pegasus-alpha.eu/projects/openrubyrmbot/issues]
* {Forums}[http://devel.pegasus-alpha.eu/projects/openrubyrmk/boards]
* {GitHub mirror}[https://github.com/OpenRubyRMK/OpenRubyRMBot]
* IRC Channel: #OpenRubyRMK on freenode.net
== License
OpenRubyRMBot is an IRC bot for project interaction.
Copyright © 2012 The OpenRubyRMK Team
See the file AUTHORS for an exhaustive list of people who have
contributed to this program.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.