summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-02-21 20:29:44 +0000
committergeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2005-02-21 20:29:44 +0000
commite9f57f1f42f2ad5c2dd1a3a37126d4ddd5121a4b (patch)
treed5fc27386bbda2c164e445de2607487a08b98edf
parent984677b5a41ae90da7cde78a0ed577df9c293977 (diff)
BUILD : 1.7.8 (579) BUGS : NOTES : Updated a small leftover from my previous commit.
git-svn-id: svn://svn.anope.org/anope/trunk@579 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@429 5417fbe8-f217-4b02-8779-1006273d7864
-rw-r--r--docs/IRCD6
-rw-r--r--version.log6
2 files changed, 9 insertions, 3 deletions
diff --git a/docs/IRCD b/docs/IRCD
index 678c1545f..ffa7873e8 100644
--- a/docs/IRCD
+++ b/docs/IRCD
@@ -380,8 +380,10 @@ How To Add IRCd Support
67) CMode L: CMODE_ that defines link mode. Use 0 for no support.
- 68) Check Nick ID: "on check change check if they should remain
- identified" (needs a better description)
+ 68) Check Nick ID: Should we check if a user should remain identified when
+ changing their nick? This is for IRCd's that remove
+ their registered-user mode when someone changes their
+ nick (like Bahamut does).
Use 1 for yes, 0 for no.
69) No Knock Requires +i: Does the No Knock channel mode require invite
diff --git a/version.log b/version.log
index a36311727..ed9a189bf 100644
--- a/version.log
+++ b/version.log
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="8"
-VERSION_BUILD="578"
+VERSION_BUILD="579"
# $Log$
#
+# BUILD : 1.7.8 (579)
+# BUGS :
+# NOTES : Updated a small leftover from my previous commit.
+#
# BUILD : 1.7.8 (578)
# BUGS :
# NOTES : Updates of documentation (BUGS, IRCD, EVENTS, MYSQL, INSTALL, MODULES, DEFCON) for one style and some smaller fixes and updates.