added support ranking system
authorpk910 <philipp@zoelle1.de>
Mon, 3 Oct 2011 12:36:06 +0000 (14:36 +0200)
committerpk910 <philipp@zoelle1.de>
Mon, 3 Oct 2011 12:42:23 +0000 (14:42 +0200)
commit29eabaf1a49a1accda939fbdef6dad9bd3356b94
treed2e6984e08a434b3a89f5344cf99085e96777cc3
parentf427edf43864bf4fd823e201c0bb9fe0c5801004
added support ranking system
12 files changed:
Makefile.am
database.sql
database.upgrade.sql
src/bot_NeonServ.c
src/cmd_neonserv.h
src/cmd_neonserv_access.c
src/cmd_neonserv_addrank.c [new file with mode: 0644]
src/cmd_neonserv_assignrank.c [new file with mode: 0644]
src/cmd_neonserv_delrank.c [new file with mode: 0644]
src/cmd_neonserv_listrank.c [new file with mode: 0644]
src/cmd_neonserv_setrank.c [new file with mode: 0644]
src/mysqlConn.c