diff options
-rw-r--r-- | Changes | 1 | ||||
-rw-r--r-- | data/example.conf | 2 | ||||
-rw-r--r-- | version.log | 6 |
3 files changed, 7 insertions, 2 deletions
@@ -1,6 +1,7 @@ Anope Version S V N ------------------- Provided by Anope Dev. <dev@anope.org> - 2005 +01/15 F Updated typo in example.conf. [#279] Anope Version 1.7.7 ------------------- diff --git a/data/example.conf b/data/example.conf index 8f9c004f9..6c2e5b19d 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1396,7 +1396,7 @@ AddAkiller #DefCon2 159 # As DefCon3 + Services will silently ignore everyone but opers -# 32 + 128 +# 31 + 128 #DefCon1 415 # As DefCon2 + AKILL all new clients trying to connect diff --git a/version.log b/version.log index bcfc42c9f..c5a12a136 100644 --- a/version.log +++ b/version.log @@ -8,10 +8,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="7" -VERSION_BUILD="538" +VERSION_BUILD="539" # $Log$ # +# BUILD : 1.7.7 (539) +# BUGS : 279 +# NOTES : Fixed typo in example.conf... +# # BUILD : 1.7.7 (538) # BUGS : none # NOTES : Framework for svn development. |