summaryrefslogtreecommitdiff
path: root/src/modules/m_serverbots.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change config reading hook for better error reportingGravatar Daniel De Graaf2010-08-211-3/+1
| | | | | This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash.
* Fix compile errorGravatar Daniel De Graaf2010-08-101-1/+1
|
* Clear bot aliases on rehashGravatar Daniel De Graaf2010-08-081-0/+1
|
* Finish m_serverbotsGravatar Daniel De Graaf2010-08-071-23/+56
|
* Add m_serverbotsGravatar Daniel De Graaf2010-08-071-0/+294