-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
35 lines (24 loc) · 924 Bytes
/
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
These are the guts of the Sophos IRC bot that lives on #rrogue on the Freenode
IRC network. The #rrogue channel is affiliated with the /r/roguelikes
community on Reddit <http://www.reddit.com/r/roguelikes/>.
For information about running the bot, run:
perldoc -F bin/rroguebot.pl
A sample configuration file may be found in the examples/ directory.
Requirements:
- Perl 5.10.1+
- Non-core Perl modules
- Class::Singleton 1.4+
- common::sense 3.3+
- JSON::PP 2.27104+
- POE::Component::IRC 6.35+
- Redis 1.904+
- A functioning Redis 2.2.4+ server.
Requirements for running unit tests:
- Non-core Perl modules
- Test::MockObject
- Test::Most
Running unit tests:
prove -Ilib t
This bot is free software. See the COPYING file included in this distribution
for licensing terms.
Copyright (c) 2011 Colin Wetherbee <cww@denterprises.org>