diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-07 21:11:50 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-10-07 21:11:50 +0000 |
commit | fad82c2e0d400aee8c11a51962cf0a522efa5d66 (patch) | |
tree | ebd7b899f97d6d2f47ef8b038c93b6313cbb5b13 /include | |
parent | 0c2f9e92e17c72102a329f3d3f361e80258613f7 (diff) |
Replaced operonlystats with userstats to improve security
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5456 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/configreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configreader.h b/include/configreader.h index be952f051..cce4e0f9d 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -361,7 +361,7 @@ class ServerConfig : public Extensible /** STATS characters in this list are available * only to operators. */ - char OperOnlyStats[MAXBUF]; + char UserStats[MAXBUF]; /** The path and filename of the ircd.log file */ |