summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/cs_register.c2
-rw-r--r--version.log6
2 files changed, 5 insertions, 3 deletions
diff --git a/src/core/cs_register.c b/src/core/cs_register.c
index 6d0167a1d..45274c2f7 100644
--- a/src/core/cs_register.c
+++ b/src/core/cs_register.c
@@ -148,8 +148,6 @@ int do_register(User * u)
notice_lang(s_ChanServ, u, PASSWORD_TRUNCATED, PASSMAX);
memset(pass, 0, strlen(pass));
memcpy(ci->founderpass, founderpass, PASSMAX);
-// ci->flags |= CI_ENCRYPTEDPW;
-//
ci->desc = sstrdup(desc);
if (c->topic) {
ci->last_topic = sstrdup(c->topic);
diff --git a/version.log b/version.log
index 3eb69d2f3..6f00ea8b5 100644
--- a/version.log
+++ b/version.log
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="17"
VERSION_EXTRA="-svn"
-VERSION_BUILD="1193"
+VERSION_BUILD="1194"
# $Log$
#
+# BUILD : 1.7.17 (1194)
+# BUGS : N/A
+# NOTES : Hmm it sent the mail but didnt commit...
+#
# BUILD : 1.7.17 (1193)
# BUGS : N/A
# NOTES : really just making sure i can still commit properly