mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
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:
parent
98c270f305
commit
fff3e17a59
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user