summaryrefslogtreecommitdiff
path: root/src/modules/m_joinflood.cpp
AgeCommit message (Expand)Author
2006-08-10Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.brain
2006-08-10So much stuff changed in this one, i forgot most of it.brain
2006-08-10Move InsertMode into ModeParserbrain
2006-08-10Fixes and removal of Server::GetServerName()brain
2006-08-09ServerConfig extern moved into class InspIRCdbrain
2006-08-08WHEEEEE!!!!!brain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-07-27Change std::pair<bool,std::string> to neater typedef "ModePair"brain
2006-07-26Add extra method to mode handler, ModeHandler::ModeSet().brain
2006-07-10Inherit just about everything from classbasebrain
2006-07-10Change to templated GetExt()brain
2006-07-09Same here, tidy up the parameter to show what we actually stored (e.g. 1:5fdf...brain
2006-07-09Alter SetModeParam to take const char* to save on casts, notice a load of mod...brain
2006-07-09Fixed for new apibrain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-02-15- Incorrect w00t
2006-01-25Change m_redirect, m_joinflood and m_messageflood to put their modes in the c...om
2006-01-24Swapped around params to make this workbrain
2006-01-24Added joinflood +jroot