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

BUILD : 1.7.5 (400) BUGS : N/A NOTES : Removed debug left over from last commit

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@264 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
trystan trystan@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-10-15 05:10:39 +00:00
parent 4ed066cc22
commit fc34ca3d24
2 changed files with 5 additions and 3 deletions
-2
View File
@@ -794,8 +794,6 @@ void anope_cmd_svskill(char *source, char *user, const char *fmt, ...)
*/
void anope_cmd_svsmode(User * u, int ac, char **av)
{
alog("ac count %d %s %s", ac, av[0], av[1]);
if (ac > 1) {
if (!u || !av[0]) {
return;
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="5"
VERSION_BUILD="399"
VERSION_BUILD="400"
# $Log$
#
# BUILD : 1.7.5 (400)
# BUGS : N/A
# NOTES : Removed debug left over from last commit
#
# BUILD : 1.7.5 (399)
# BUGS : 180, 181
# NOTES : code tidy up, fixes a few items from bug 180 and 181