diff options
| author | 2006-10-28 19:42:29 +0000 | |
|---|---|---|
| committer | 2006-10-28 19:42:29 +0000 | |
| commit | 494d7f7489a78df919c1e9effcb0a014e8dc2286 (patch) | |
| tree | 899de300ca31691b6dfb1be8ae1ba250d58ae830 /src/modules | |
| parent | Add and document m_hideoper, used to hide oper status from non-opers. (diff) | |
* Fix removal of user modes when unloading the mode letter (this actually works now)
* Fix m_stripcolor channel mode +S (was unsettable as it had some user mode checks in it)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5577 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_stripcolor.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/m_stripcolor.cpp b/src/modules/m_stripcolor.cpp index 684e6eed8..723225cca 100644 --- a/src/modules/m_stripcolor.cpp +++ b/src/modules/m_stripcolor.cpp @@ -32,10 +32,6 @@ class ChannelStripColor : public ModeHandler ModeAction OnModeChange(userrec* source, userrec* dest, chanrec* channel, std::string ¶meter, bool adding) { - /* Only opers can change other users modes */ - if ((source != dest) && (!*source->oper)) - return MODEACTION_DENY; - if (adding) { if (!channel->IsModeSet('S')) |
