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

# BUILD : 1.7.13 (984)

# BUGS  : 451 459
# NOTES : bug fixing day!

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@709 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-03-01 14:37:56 +00:00
parent 47e4ace8cc
commit c7c2ca7b51
5 changed files with 9 additions and 2 deletions
+2
View File
@@ -17,6 +17,8 @@ Provided by Anope Dev. <dev@anope.org> - 2006
03/01 F Fixed memleaks in some protocol files. [#434]
03/01 F Fixed bot check on /bs unassign. [#446]
03/01 F Fixed wasteful finduser() call in os_oline.c [#457]
03/01 F Fixed memleak in runDefCon(). [#451]
03/01 F Fixed function type of get_xop_level. [#459]
Provided by nenolod. <nenolod@nenolod.net> - 2006
02/03 A Support for Charybdis IRCd. [ #00]
+1 -1
View File
@@ -128,7 +128,7 @@ E void chan_remove_user_status(Channel * chan, User * user, int16 status);
E void chan_set_user_status(Channel * chan, User * user, int16 status);
E int get_access_level(ChannelInfo * ci, NickAlias * na);
E char *get_xop_level(int level);
E const char *get_xop_level(int level);
E void do_cmode(const char *source, int ac, char **av);
E void do_join(const char *source, int ac, char **av);
+1 -1
View File
@@ -2438,7 +2438,7 @@ int get_access_level(ChannelInfo * ci, NickAlias * na)
}
char *get_xop_level(int level)
const char *get_xop_level(int level)
{
if (level < ACCESS_VOP) {
return "Err";
+1
View File
@@ -1685,6 +1685,7 @@ void runDefCon(void)
if ((newmodes = defconReverseModes(DefConChanModes))) {
alog("DEFCON: setting %s on all chan's", newmodes);
do_mass_mode(newmodes);
free(newmodes);
}
DefConModesSet = 0;
}
+4
View File
@@ -13,6 +13,10 @@ VERSION_BUILD="979"
# $Log$
#
# BUILD : 1.7.13 (984)
# BUGS : 451 459
# NOTES : bug fixing day!
#
# BUILD : 1.7.13 (983)
# BUGS :
# NOTES : Updated version.log by hand :P