summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/protocol/inspircd11.c2
-rw-r--r--version.log4
2 files changed, 5 insertions, 1 deletions
diff --git a/src/protocol/inspircd11.c b/src/protocol/inspircd11.c
index bfa340bdb..21ac9dbe7 100644
--- a/src/protocol/inspircd11.c
+++ b/src/protocol/inspircd11.c
@@ -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;
}
diff --git a/version.log b/version.log
index 6c2956560..1a6259d84 100644
--- a/version.log
+++ b/version.log
@@ -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
#