diff options
| author | 2007-01-09 13:43:12 +0000 | |
|---|---|---|
| committer | 2007-01-09 13:43:12 +0000 | |
| commit | c2c963813bc5bb66be4ecff0522d80fa94474fd0 (patch) | |
| tree | 86c599017dfea99685a5a7e2c9298f2b1fb87a24 /docs | |
| parent | Whoever added clearcache must have been asleep; they left the definition of i... (diff) | |
| download | inspircd++-c2c963813bc5bb66be4ecff0522d80fa94474fd0.tar.gz inspircd++-c2c963813bc5bb66be4ecff0522d80fa94474fd0.tar.bz2 inspircd++-c2c963813bc5bb66be4ecff0522d80fa94474fd0.zip | |
Made the real name value for /admin optional (line isn't displayed if not specified)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6281 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 25cd59a01..cef1c6080 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -61,8 +61,8 @@ #-#-#-#-#-#-#-#-#-#-#-#- ADMIN INFORMATION -#-#-#-#-#-#-#-#-#-#-#-# # # -# Describes the Server Administrator's real name, nick # -# and email address. # +# Describes the Server Administrator's real name (optionally), # +# nick, and email address. # # # # Syntax is as follows: # # <admin name="real name" # |
