summaryrefslogtreecommitdiff
path: root/modules/commands/bs_kick.cpp
AgeCommit message (Collapse)Author
2012-01-21Cleaned up bs_kick and fixed amsg kickerAdam
2012-01-20Corrected some incorrect Englishlethality
2012-01-14Fixed an incorrect crash-causing response when an invalid option is ↵lethality
specified in botservs kickers
2012-01-02Updated Copyright to 2012Adam
2011-12-19Fixed botserv kickersAdam
2011-11-08WindowsAdam
2011-10-24Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as ↵Naram Qashat
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
2011-09-25Added a new database format and sqlite support. Also moved db-convert to a ↵Adam
module.
2011-09-10Allow modules to add their own channel levelsAdam
2011-09-10Made service_reference type safeAdam
2011-09-08Bug #1330 & many other small fixesAdam
2011-08-09Simiplied a bit of the access systemAdam
2011-08-05Rewrote the example configurations and split themAdam
up into seperate files for each pseudo client. Also reorganized how the modules are stored, and made most of the old "extra" modules "core"