summaryrefslogtreecommitdiff
path: root/src/modules/m_nicklock.cpp
AgeCommit message (Expand)Author
2005-12-26More conversions to 'Implements'brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-11-30Bit of a cleanup, removed some unnecessary stuffw00t
2005-11-29Added reason to OnUserQuitbrain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Made modules use irc::string where they were using strcasecmp()brain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-08Added m_nicklock module, a module which allows opers to lock a user to a nick...brain