1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 12:56:39 +02:00

BUILD : 1.7.3 (199) BUGS : 91 NOTES : Added SQLINE to NICK() on PTlink.

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@141 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
2004-06-17 17:57:07 +00:00
parent 9e5f193f52
commit 1c4a32bea9
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ Provided by Anope Dev. <dev@anope.org> - 2004
05/24 A New NSNickTracking directive to provide nick tracking. [ #71]
05/21 A Auto enforce upon AKICK addition. [ #63]
05/21 A New file docs/OLDCHANGES contains all change history. [ #65]
06/17 F Added SQLINE to NICK() on PTlink. [ #91]
06/16 F Module support for OpenBSD systems [#106]
06/12 F We check now for valid arguments in ModuleAddData(). [ #90]
06/12 F Unified kill_user function to handle all ircd protocols. [#101]
+1
View File
@@ -71,6 +71,7 @@ extern void moduleAddMsgs(void);
do { \
send_cmd(NULL, "NICK %s 1 %lu %s %s %s %s %s :%s", (nick), time(NULL), \
(modes), ServiceUser, ServiceHost, ServiceHost, ServerName, (name)); \
send_cmd(NULL, "SQLINE %s :Reserved for services", (nick)); \
} while (0)
#endif
+5 -1
View File
@@ -8,10 +8,14 @@
VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="3"
VERSION_BUILD="198"
VERSION_BUILD="199"
# $Log$
#
# BUILD : 1.7.3 (199)
# BUGS : 91
# NOTES : Added SQLINE to NICK() on PTlink.
#
# BUILD : 1.7.3 (198)
# BUGS : N/A
# NOTES : Fixed changes format for dengel