diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 20:24:06 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-01-15 20:24:06 +0000 |
commit | 2822a9f36e0c915227fe3eb87e43a77ff0232bad (patch) | |
tree | 6be7209d21431a69338c3ed9f53c4be725a3ef19 /include | |
parent | e5f9f1f62113b8e1f5bd774b89138d8afc239eba (diff) |
Fixes to make this actually WORK.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2805 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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: |