diff options
-rw-r--r-- | docs/IRCD | 6 | ||||
-rw-r--r-- | version.log | 6 |
2 files changed, 9 insertions, 3 deletions
@@ -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. |