added table system
[NeonServV5.git] / bot_NeonServ.c
2011-08-21 pk910added table system
2011-08-20 pk910fixed small language "bug"
2011-08-20 pk910added missing cmd includes
2011-08-20 pk910added cmd_a
2011-08-20 pk910fixed last commit
2011-08-20 pk910added cmd_clvl and moved all the database request funct...
2011-08-19 pk910cmd_neonserv_deluser added
2011-08-17 pk910completed cmd_adduser and added CMDFLAG_REGISTERED_CHAN...
2011-08-17 pk910continues cmd_neonserv_adduser.c
2011-08-17 pk910syntax fix
2011-08-17 pk910added missing include
2011-08-17 pk910added error messages to cmd_adduser
2011-08-17 pk910fixed last commits
2011-08-17 pk910register this new command in modcmd
2011-08-17 pk910pass NULL to the get_userauth callback if the user...
2011-08-17 pk910set automodes on connect
2011-08-17 pk910moved cmds to extra files and loading binds from the...
2011-08-17 pk910fixed last commit
2011-08-16 pk910added language system
2011-08-15 pk910added new (now missing) parameters
2011-08-15 pk910added get_userauth to WHOHandler.c and continues modcmd
2011-08-14 pk910fixed MYSQL_RES parsing
2011-08-14 pk910fixed bot_NeonServ.c
2011-08-14 pk910added mysql db and loading bots from bots table
2011-08-13 pk910the bots need to get the right botid
2011-08-13 pk910moved all the bot things into bot_NeonServ.c
2011-08-13 pk910added bot_NeonServ.c file