summaryrefslogtreecommitdiff
path: root/src/modules/m_operchans.cpp
AgeCommit message (Expand)Author
2006-08-08WHEEEEE!!!!!brain
2006-07-09Port to new APIbrain
2006-04-06Holy christ that was a LOT OF SPACES. TABS, USE THEM, LOVE THEM, APPRECIATE T...w00t
2006-03-12Renamed to chanrec::modesbrain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-15Removed a whole lot of strchr's looking for mode +o where we can do if *user-...brain
2006-01-28Added some extra debugbrain
2006-01-28Changed On005Numeric to use InsertMode (we left one out?)brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-26Converted to new Implements systembrain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-05-15Changed to use __single_client_alloc, faster on most systems in a single threadbrain
2005-05-15Moved a ton of functions into helperfuncs.h to speed up recompilesbrain
2005-04-07Tons of module versionflags stuff, and checks for it in /UNLOADMODULEbrain
2005-04-07Added version flagsbrain
2005-04-03More secure checking in 005 handlersbrain
2005-03-27Added 005 numeric handling to most of the modulesbrain
2004-05-16Updated header commentsbrain
2004-05-02Added +O mode support through m_operchans.sobrain
2004-05-02Added operchans module for +O mode supportbrain