aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_serverbots.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to 2011Gravatar Jackmcbarn2011-05-041-1/+1
* Add operonly option to serverbotsGravatar Jackmcbarn2011-03-241-0/+7
* Remove command_parse.h from inspircd.hGravatar Jackmcbarn2011-01-301-0/+1
* Remove cull_list.h from inspircd.hGravatar Jackmcbarn2011-01-291-2/+3
* Change cleanup of serverbots to avoid use-after-free on module unloadGravatar Daniel De Graaf2010-11-091-18/+24
* Call OnPostCommand from aliasesGravatar Jackmcbarn2010-10-191-5/+8
* Revert incorrect fixGravatar Jackmcbarn2010-10-171-1/+1
* Fix BOTNOTICEGravatar Jackmcbarn2010-10-171-1/+1
* Process at most one alias, to allow for "invalid command" type aliasesGravatar Jackmcbarn2010-10-171-12/+11
* Add BOTNOTICE pseudo-command to <botcmd> parsingGravatar Daniel De Graaf2010-10-081-1/+9
* Add early_init() for module setup needed prior to config readingGravatar Daniel De Graaf2010-10-081-1/+5
* Fix error handling and bad SQL syntaxGravatar Daniel De Graaf2010-10-021-0/+8
* Initialize recursing and botID in the constructorGravatar Jackmcbarn2010-09-271-3/+1
* Add ExtensibleType argument to ExtensionItem to identify item typesGravatar Daniel De Graaf2010-09-221-1/+1
* Convert m_alias and m_serverbots to FormatSubstituteGravatar Daniel De Graaf2010-08-271-49/+43
* Remove "assign()" converter between irc::string and std::stringGravatar Daniel De Graaf2010-08-221-1/+1
* Clarify the configuration tag function namesGravatar Daniel De Graaf2010-08-221-2/+2
* Change config reading hook for better error reporting•••This eliminates the OnRehash hook, and replaces it with ReadConfig which is called on boot, module load, and rehash. Gravatar Daniel De Graaf2010-08-211-3/+1
* 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