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:
w00t 2007-08-06 09:19:43 +00:00
parent f12b7717f1
commit 576b64d9da

View File

@ -90,7 +90,7 @@ class ModuleOverride : public Module
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>
override_t::iterator j = overrides.find(source->oper);