diff options
-rw-r--r-- | data/example.conf | 3 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index 5d004f5fd..6cb6a539f 100644 --- a/data/example.conf +++ b/data/example.conf @@ -318,8 +318,7 @@ NetworkName "LocalNet" # Numeric [OPTIONAL] # Many ircd identify themselves with a Numeric ID when using this option # consult your ircds documentation before using this -#Numeric "3AX" -#Numeric "4" +#Numeric "64" # NickLen [REQUIRED] # Set this to the maximum allowed nick length on your network. Anope does diff --git a/version.log b/version.log index 61fb13fda..1ac15ee61 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="10" -VERSION_BUILD="881" +VERSION_BUILD="882" # $Log$ # +# BUILD : 1.7.10 (882) +# BUGS : n/a +# NOTES : Typo fix +# # BUILD : 1.7.10 (881) # BUGS : # NOTES : Added a NickLen directive to make sure bot nicks are not longer than the net's allowed niclen, and thus we can't be yelled at because of that |