diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xline.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xline.h b/include/xline.h index fcbd9134d..91a7e57fb 100644 --- a/include/xline.h +++ b/include/xline.h @@ -35,8 +35,9 @@ class CoreExport XLine : public classbase /** Default 'apply' action. Quits the user. * @param u User to apply the line against * @param line The line typed, used for display purposes in the quit message + * @param bancache If true, the user will be added to the bancache if they match. Else not. */ - void DefaultApply(User* u, const std::string &line); + void DefaultApply(User* u, const std::string &line, bool bancache); public: |