mirror of
https://github.com/anope/anope.git
synced 2026-06-25 15:46:37 +02:00
dos2unix'd several files.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/stable@2428 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
fprintf(fdout, "#define NUM_STRINGS %d\n", i);
|
||||
fprintf(stderr, "%d strings\n", i);
|
||||
fclose(fd);
|
||||
fclose(fd);
|
||||
fclose(fdout);
|
||||
}
|
||||
return 0;
|
||||
|
||||
@@ -62,14 +62,14 @@ int do_fantasy(int argc, char **argv)
|
||||
|
||||
do {
|
||||
if (stricmp(argv[0], util->bsname) == 0) {
|
||||
/* This could have been moved to its own module
|
||||
however it would require more coding to handle the pass holders
|
||||
similar to how PROTECT is done
|
||||
*/
|
||||
if (!ircd->halfop) {
|
||||
if (!stricmp(argv[0], "halfop") || !stricmp(argv[0], "dehalfop")) {
|
||||
return MOD_CONT;
|
||||
}
|
||||
/* This could have been moved to its own module
|
||||
however it would require more coding to handle the pass holders
|
||||
similar to how PROTECT is done
|
||||
*/
|
||||
if (!ircd->halfop) {
|
||||
if (!stricmp(argv[0], "halfop") || !stricmp(argv[0], "dehalfop")) {
|
||||
return MOD_CONT;
|
||||
}
|
||||
}
|
||||
u = finduser(argv[1]);
|
||||
ci = cs_findchan(argv[2]);
|
||||
|
||||
+1
-1
@@ -272,7 +272,7 @@ void anope_cmd_notice2(char *source, char *dest, char *msg)
|
||||
ircdproto.ircd_cmd_notice2(source, dest, msg);
|
||||
}
|
||||
|
||||
void anope_cmd_action(char *source, char *dest, const char *fmt, ...)
|
||||
void anope_cmd_action(char *source, char *dest, const char *fmt, ...)
|
||||
{
|
||||
|
||||
va_list args;
|
||||
|
||||
+545
-545
File diff suppressed because it is too large
Load Diff
+10
-10
@@ -1,10 +1,10 @@
|
||||
EXPORTS
|
||||
mysql_Connect
|
||||
mysql_Error
|
||||
mysql_SelectDb
|
||||
mysql_Query
|
||||
mysql_NumRows
|
||||
mysql_NumFields
|
||||
mysql_LoadFromFile
|
||||
mysql_FetchRow
|
||||
mysql_FetchField
|
||||
EXPORTS
|
||||
mysql_Connect
|
||||
mysql_Error
|
||||
mysql_SelectDb
|
||||
mysql_Query
|
||||
mysql_NumRows
|
||||
mysql_NumFields
|
||||
mysql_LoadFromFile
|
||||
mysql_FetchRow
|
||||
mysql_FetchField
|
||||
|
||||
Reference in New Issue
Block a user