summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-10-29 19:39:52 +0000
committerrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864>2006-10-29 19:39:52 +0000
commit5cf678610b8a14b0104bd2f227fe657408ab5f24 (patch)
tree6dd74a0d51099cd9676892047911b03c59fa94f6
parentfbbbbd387f2327cc726d85f299f2c04d9aa4966a (diff)
BUILD : 1.7.17 (1194) BUGS : N/A NOTES : Hmm it sent the mail but didnt commit...
git-svn-id: svn://svn.anope.org/anope/trunk@1194 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@914 5417fbe8-f217-4b02-8779-1006273d7864
-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