summaryrefslogtreecommitdiff
path: root/src/modules/m_operprefix.cpp
AgeCommit message (Expand)Author
2009-09-13Remove redundant ServerInstance* fieldsdanieldg
2009-09-13Simplify ModeHandler constructordanieldg
2009-09-13Module API changes to use Membership* where sensibledanieldg
2009-09-13Membership* changesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Remove "servermode" parameter, replace with IS_FAKE() which is more reliabledanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-15Fix warningbrain
2009-02-15Fix for bug #725, operprefix rank value conflicts with founder rank value, ra...brain
2009-02-15m_operprefix: Remove IS_LOCAL checks to also set/unset +y on remote opersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-26VF_VENDOR, ModDescw00t
2008-12-24Fix for bug #646, reported by whotookspaz (+y not being applied to existing c...w00t
2008-11-24Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix m...w00t
2008-11-24Off-by-one without a rehash event, causes cores on loadw00t
2008-11-24Add m_operprefix, more simplified version of module written by Phoenix (thank...w00t