1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 18:54:47 +02:00

BUILD : 1.7.5 (329) BUGS : N/A NOTES : Fixed more indent crap

git-svn-id: svn://svn.anope.org/anope/trunk@329 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@205 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-08-23 19:19:01 +00:00
parent 95755079a0
commit efbabe7b2a
6 changed files with 15 additions and 13 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
/* Miscellaneous routines.
/* Miscellaneous routines.
/* Miscellaneous routines.
*
* (C) 2003 Anope Team
@@ -712,4 +711,4 @@ int nickIsServices(char *nick)
return found;
}
+2 -3
View File
@@ -1,5 +1,4 @@
/* Modular support
/* Modular support
/* Modular support
*
* (C) 2003 Anope Team
@@ -2026,4 +2025,4 @@ void moduleCleanStruct(ModuleData * moduleData[])
/* EOF */
+2
View File
@@ -1,5 +1,6 @@
/* MySQL functions.
/* MySQL functions.
/* MySQL functions.
/* MySQL functions.
*
* (C) 2003 Anope Team
@@ -1611,3 +1612,4 @@ void db_mysql_load_ns_dbase(void)
}
+3 -5
View File
@@ -1,5 +1,4 @@
/* News functions.
/* News functions.
/* News functions.
*
* (C) 2003 Anope Team
@@ -47,8 +46,6 @@ struct newsmsgs {
int msgs[MSG_MAX + 1];
};
/* *INDENT-OFF* */
struct newsmsgs msgarray[] = {
{ NEWS_LOGON, "LOGON",
{ NEWS_LOGON_SYNTAX,
@@ -97,7 +94,7 @@ struct newsmsgs msgarray[] = {
}
};
/* *INDENT-ON* */
static int *findmsgs(int16 type, char **typename)
{
int i;
for (i = 0; i < lenof(msgarray); i++) {
@@ -539,3 +536,4 @@ static int del_newsitem(int num, short type)
}
/*************************************************************************/
+1 -1
View File
@@ -1,3 +1,4 @@
/* NickServ functions.
/* NickServ functions.
*
* (C) 2003 Anope Team
@@ -141,7 +142,6 @@ void moduleAddNickServCmds(void) {
}
/* *INDENT-ON* */
/*************************************************************************/
/*************************************************************************/
/* Display total number of registered nicks and info about each; or, if
* a specific nick is given, display information about that nick (like
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="328"
VERSION_BUILD="329"
# $Log$
#
# BUILD : 1.7.5 (329)
# BUGS : N/A
# NOTES : Fixed more indent crap
#
# BUILD : 1.7.5 (328)
# BUGS : N/A
# NOTES : Fixed a couple of null char entrys on svn