summaryrefslogtreecommitdiff
path: root/src/modules/m_remove.cpp
AgeCommit message (Expand)Author
2006-08-09do_log -> static void InspIRCd::Log() (with vararg and std::string variants)brain
2006-08-08WHEEEEE!!!!!brain
2006-08-08WriteChannel* functions and ChanExceptSender* functions are now methods of ch...brain
2006-08-08Change to chanrec::PartUser. As with KickUser and ServerKickUser, returns the...brain
2006-08-07General cleanup of code., add support for +Q channel mode (and config tag <re...om
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Convert to templated GetExtbrain
2006-06-24Dont allow /REMOVE of a uline, dont allow /REMOVE of a user who isnt on the c...brain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-28Cleanups. Don't have a colon with no part reason. Parameter order not changedom
2006-03-27Founders CANNOT be kicked, so don't let them be removed either.w00t
2006-03-27Removed unused check for valid channel name - if it's invalid, it won't exist...w00t
2006-03-20Why does EVERYONE forget to include helperfuncs.h?brain
2006-03-19Trivial: 401 numeric for m_remove when nick or channel cannot be foundbrain
2006-03-19Someone doesnt validate their input.... ;-pbrain
2006-02-26How did this random stray '1' get in here before the brace?brain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-05AAARGH! GRAMMAR NAZIS! ALL AROUND ME!brain
2005-12-26Converted to 'Implements' systembrain
2005-12-16Porting to new command systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Bit of a cleanupw00t
2005-05-30Started on -Wall - safe compilebrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2005-03-26Added m_remove by om, uses a force part to replace a kick to thwart auto rejoinbrain