summaryrefslogtreecommitdiff
path: root/src/modules/m_kicknorejoin.cpp
AgeCommit message (Expand)Author
2006-08-25Remove On005Numeric event from a ton of modules which no longer need it (as C...brain
2006-08-23ModeParser::InsertMode is no longer required -- this is auto-generated by the...brain
2006-08-11Just to mess with om's head, remove helperfuncs.h from everywherebrain
2006-08-11CamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInspIRCdSoThatItAllLooksNeat.brain
2006-08-11Change to using Instance->Log (InspIRCd::Log) rather than log() macrobrain
2006-08-11None of the modules use an extern InspIRCd* any morebrain
2006-08-10Last of Server:: methods moved to InspIRCd::. Server:: removed.brain
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-08WHEEEEE!!!!!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-10Change to templated GetExt()brain
2006-07-09Tidy up invalid numbers passed to this functionbrain
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-03-12Renamed to chanrec::modesbrain
2006-03-11And morebrain
2006-03-01Allow removal of mode with new checkbrain
2006-03-01Dont allow +J 0 or +J < 0brain
2006-02-15- Nazi stylistic changes.w00t
2006-02-01Excempt ops kicking themselves from +Jom
2006-01-27More OnCleanup goodnessom
2006-01-26Add module for anti-autorejoin channel mode +Jom