changeset 61 | fb2cfcee38bd |
parent 48 | 34094173351c |
child 62 | 2d6419d6d4ed |
60:67a32e9d95f2 | 61:fb2cfcee38bd |
---|---|
19 #ifndef DATABASE_FILE |
19 #ifndef DATABASE_FILE |
20 #define DATABASE_FILE "/var/lib/mcbot/data/mcbot.dat" |
20 #define DATABASE_FILE "/var/lib/mcbot/data/mcbot.dat" |
21 #endif |
21 #endif |
22 |
22 |
23 #ifndef SOURCE_URL |
23 #ifndef SOURCE_URL |
24 #define SOURCE_URL "http://largo.homelinux.org/cgi-bin/gitweb.cgi?p=net/mcbot.git" |
24 #define SOURCE_URL "http://largo.dyndns.tv/cgi-bin/gitweb.cgi?p=net/mcbot.git" |
25 #endif |
25 #endif |
26 |
26 |
27 enum command_map { |
27 enum command_map { |
28 HELP, JOIN, LEAVE, ADD, REPLACE, DELETE, LIST, SEARCH, INFO, PING, ON, OFF, DEBUG, |
28 HELP, JOIN, LEAVE, ADD, REPLACE, DELETE, LIST, SEARCH, INFO, PING, ON, OFF, DEBUG, |
29 VACCUUM, LOGOUT, WHO, WHOIS, TIME, TELL, OP, DEOP, KICK, BAN, UNBAN, KICKBAN, HELLO, |
29 VACCUUM, LOGOUT, WHO, WHOIS, TIME, TELL, OP, DEOP, KICK, BAN, UNBAN, KICKBAN, HELLO, |