mirror of
https://github.com/inspircd/inspircd.git
synced 2025-04-02 14:20:04 -04:00
Backport r7678
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7679 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
f12b7717f1
commit
576b64d9da
@ -90,7 +90,7 @@ class ModuleOverride : public Module
|
|||||||
output.append(" OVERRIDE");
|
output.append(" OVERRIDE");
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual bool CanOverride(userrec* source, char* token)
|
virtual bool CanOverride(userrec* source, const char* token)
|
||||||
{
|
{
|
||||||
// checks to see if the oper's type has <type:override>
|
// checks to see if the oper's type has <type:override>
|
||||||
override_t::iterator j = overrides.find(source->oper);
|
override_t::iterator j = overrides.find(source->oper);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user