1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 13:03:14 +02:00

BUILD : 1.7.19 (1263) BUGS : NOTES : Made an oops in the fix for bug 742 :) (wrong params passed to a function)

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@982 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
2007-08-13 10:43:37 +00:00
parent d45fabdda8
commit 15556aadb6
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1525,7 +1525,7 @@ int anope_event_capab(char *source, int ac, char **av)
argv[3] = "VL";
argv[4] = "TLKEXT";
capab_parse(ac, av);
capab_parse(argc, argv);
}
return MOD_CONT;
}
+4
View File
@@ -14,6 +14,10 @@ VERSION_BUILD="1263"
# $Log$
#
# BUILD : 1.7.19 (1263)
# BUGS :
# NOTES : Made an oops in the fix for bug 742 :) (wrong params passed to a function)
#
# BUILD : 1.7.19 (1263)
# BUGS : 742
# NOTES : Fixed inspircd11.c so it generates a fake capab parse call to enable things like NOQUIT... also ran indent on inspircd11.c
#