diff options
Diffstat (limited to 'include/inspircd_io.h')
-rw-r--r-- | include/inspircd_io.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/inspircd_io.h b/include/inspircd_io.h index f1b5e8afe..19fce0847 100644 --- a/include/inspircd_io.h +++ b/include/inspircd_io.h @@ -63,7 +63,7 @@ class ServerConfig : public classbase /** Check that there is only one of each configuration item */ - bool CheckOnce(char* tag,bool bail); + bool CheckOnce(char* tag, bool bail, userrec* user); public: |