forked from wridgers/talon
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
35 lines (29 loc) · 820 Bytes
/
README
File metadata and controls
35 lines (29 loc) · 820 Bytes
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
talon - an open source IRC bot written in Perl.
http://github.com/mindfuzz/talon
###### Getting Started ######
(see README_PERL)
2. Create a database,
cd ./talon/db
./newdb databasename.db
3. Add a user to the database
./adduser dabasename.db yournick
4. Setup the config, a default configuration is provided.
cd ../conf/
vim default.conf
5. Run talon!
cd ../
./talon
###### To Do ######
[ ] Statistics
[ ] Threading
[ ] Console control
[ ] Webfront end
[-] Proper command line options, override configuration
[ ] Master password, MD5 encrypted, for recovery/killing/etc
[ ] Per user password incase of different hostname, MD5 encrypted
[ ] Customisable command trigger (currently !)
[ ] Optional colours to messages
[ ] Quote voting
[ ] Logging -> hostmarks
[ ] Users, custom fields.
[-] Comment fully.