Whoops, left off a virtual. Please ensure youre using this version if you actually want mode params to be propogated

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10366 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2008-08-31 14:02:56 +00:00
parent 98c270f305
commit fff3e17a59

View File

@ -213,7 +213,7 @@ class CoreExport ModeHandler : public Extensible
/** For user modes, return the current parameter, if any /** For user modes, return the current parameter, if any
*/ */
std::string GetUserParameter(User* user); virtual std::string GetUserParameter(User* useor);
/** /**
* Called when a mode change for your mode occurs. * Called when a mode change for your mode occurs.