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:
parent
d45fabdda8
commit
15556aadb6
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user