changeset 62 | 2d6419d6d4ed |
parent 61 | fb2cfcee38bd |
61:fb2cfcee38bd | 62:2d6419d6d4ed |
---|---|
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.dyndns.tv/cgi-bin/gitweb.cgi?p=net/mcbot.git" |
24 #define SOURCE_URL "https://4customers.de/hg/mcbot" |
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, |