mirror of
https://github.com/anope/anope.git
synced 2026-06-29 12:36:38 +02:00
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
This commit is contained in:
parent
fbbbbd387f
commit
5cf678610b
@@ -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);
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user