summaryrefslogtreecommitdiff
path: root/src/modules/m_hideoper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Reasonably sized fix - when adding modes in modules, be sure to check the ↵Gravatar brain2006-12-281-1/+2
| | | | | | return value so we dont load two modules with conflicting modes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6137 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove global namespacing, makes modules compile FASTAH. Also massive update ↵Gravatar w00t2006-12-151-6/+3
| | | | | | on headers (change to InspIRCd Development Team, extend copyright to 2007). git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5995 e03df62e-2008-0410-955e-edbf42e46eb7
* m_hideoper hooked the wrong event, fixed.Gravatar w00t2006-10-301-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5581 e03df62e-2008-0410-955e-edbf42e46eb7
* Add and document m_hideoper, used to hide oper status from non-opers.Gravatar brain2006-10-281-0/+118
Note: This module ONLY conceals numeric 313. Any other cloak-and-dagger private eye stuff you want to do, like setting your host back to a non- oper host, you must do yourself, this module wont mess with anything else on your behalf. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5576 e03df62e-2008-0410-955e-edbf42e46eb7