added support for independent "zero-bots" (bots without an own source file)
[NeonServV5.git] / src / modcmd.c
2011-12-14 pk910added support for independent "zero-bots" (bots without...
2011-12-10 pk910prevent users from executing CrossChannel commands...
2011-11-10 pk910added possibility for subcommands
2011-11-07 pk910show whole binding (inclusive predefined parameters...
2011-11-07 pk910show how many times a command is triggered in cmd_commands
2011-11-06 pk910added support for an external statistics script
2011-11-01 pk910ignore funcmd's in cmd_commands and disallow channel...
2011-11-01 pk910added structure for future fun-commands
2011-10-31 pk910added cmd_commands and changed cmd_command to a global...
2011-10-31 pk910simplified modcmd system
2011-10-30 pk910fixed small unbind problem with these temporarily added...
2011-10-30 pk910made bind/unbind command bindings "required" (means...
2011-10-28 pk910added user registered event, tidied up helper functions...
2011-10-26 pk910added possibility for no channel trigger (Bot doesn...
2011-10-26 pk910*** VERSION 5.2.0 ***
2011-10-17 pk910modified modcmd parameter pattern parser.
2011-10-05 pk910*** VERSION 5.1.0 ***
2011-10-03 pk910fixed modcmd again (small fix)
2011-10-03 pk910fixed modcmd parameter handling
2011-10-03 pk910added GPL header to all files and added INSTALL AUTHORS...
2011-10-02 pk910use low priority bot if there is no preferred one
2011-10-02 pk910tried to reorder the program structure and build process