summaryrefslogtreecommitdiff
path: root/src/modules/m_blockcaps.cpp
Commit message (Collapse)AuthorAgeFilesLines
* DELETE()'s in destructors *fwap*Gravatar om2006-07-091-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4203 e03df62e-2008-0410-955e-edbf42e46eb7
* Did some renaming so that the methods for modes in chanrec and userrec are ↵Gravatar brain2006-07-081-2/+2
| | | | | | | | | | | identical. bool IsModeSet(const unsigned char c); void SetMode(const unsigned char c, bool value); Fixed m_botmode for new api git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4194 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix typoGravatar brain2006-07-081-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4192 e03df62e-2008-0410-955e-edbf42e46eb7
* Port m_blockcaps to new api, remove OnExtendedMode and OnDisplayList events ↵Gravatar brain2006-07-081-16/+31
| | | | | | entirely git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4191 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove un-needed cast, I have a horrible feeling I'll get stabbed for this. ↵Gravatar om2006-06-231-1/+1
| | | | | | Please let me know before you do... git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4052 e03df62e-2008-0410-955e-edbf42e46eb7
* Renamed to chanrec::modesGravatar brain2006-03-121-1/+1
| | | | | | | | Renamed IsCustomModeSet to IsModeSet GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7
* Optimisation of optimisation :P ty w00tieGravatar om2006-03-071-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3505 e03df62e-2008-0410-955e-edbf42e46eb7
* OPTIMIZED!!! OPTIMIZED!!!!! :-pGravatar brain2006-03-051-3/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3471 e03df62e-2008-0410-955e-edbf42e46eb7
* Ignore spaces/tabsGravatar om2006-03-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3470 e03df62e-2008-0410-955e-edbf42e46eb7
* Change comment (I didn't c/p the +c module...honest)Gravatar om2006-03-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3467 e03df62e-2008-0410-955e-edbf42e46eb7
* > != >= && < != <=Gravatar om2006-03-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3466 e03df62e-2008-0410-955e-edbf42e46eb7
* Add block caps module, I'm kinda between the extremes of 'Brain' and ↵Gravatar om2006-03-051-0/+121
'normal' here. Aka it compiles but I have nfi if it works :P git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3465 e03df62e-2008-0410-955e-edbf42e46eb7