1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 00:23:14 +02:00

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
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-02-21 20:29:44 +00:00
parent 984677b5a4
commit e9f57f1f42
2 changed files with 9 additions and 3 deletions
+4 -2
View File
@@ -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
+5 -1
View File
@@ -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.