mirror of
https://github.com/anope/anope.git
synced 2026-06-23 08:26:38 +02:00
BUILD : 1.7.19 (1319) BUGS : NOTES :
git-svn-id: svn://svn.anope.org/anope/trunk@1319 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1037 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
34a88d38c3
commit
59cd3a35fe
@@ -615,7 +615,8 @@ void inspircd_cmd_mode(char *source, char *dest, char *buf)
|
||||
if (!buf) {
|
||||
return;
|
||||
}
|
||||
send_cmd(source ? source : s_OperServ, "MODE %s %s", dest, buf);
|
||||
|
||||
send_cmd(source ? source : s_OperServ, "FMODE %s %u %s", dest, findchan(dest)->creation_time, buf);
|
||||
}
|
||||
|
||||
int anope_event_version(char *source, int ac, char **av)
|
||||
|
||||
+5
-1
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
|
||||
VERSION_MINOR="7"
|
||||
VERSION_PATCH="19"
|
||||
VERSION_EXTRA="-svn"
|
||||
VERSION_BUILD="1318"
|
||||
VERSION_BUILD="1319"
|
||||
|
||||
# $Log$
|
||||
#
|
||||
# BUILD : 1.7.19 (1319)
|
||||
# BUGS :
|
||||
# NOTES :
|
||||
#
|
||||
# BUILD : 1.7.19 (1318)
|
||||
# BUGS : 791
|
||||
# NOTES : Fixed inconsistent use of ACCESS events
|
||||
|
||||
Reference in New Issue
Block a user