1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 08:16:38 +02:00

BUILD : 1.7.14 (1126) BUGS : N/A NOTES : Applied ThaPrinces plexus support patch

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


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@850 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2006-08-07 12:05:54 +00:00
parent 1ad4aed21c
commit 8ddda2eb78
5 changed files with 11 additions and 6 deletions
+1
View File
@@ -65,6 +65,7 @@ Provided by Anope Dev. <dev@anope.org> - 2006
Provided by ThaPrince <jon@vile.com> - 2006
05/19 A Plexus 3 support. [ #00]
08/07 F Plexus 2/3 updates, registered nick format. [ #00]
06/25 F root/admin/oper mode now honours secure. [ #00]
Provided by Trystan <trystan@nomadirc.net> - 2006
+1 -1
View File
@@ -354,7 +354,7 @@ int m_whois(char *source, char *who)
/* Bots are handled separately */
anope_cmd_311("%s %s %s %s * :%s", source, bi->nick,
bi->user, bi->host, bi->real);
anope_cmd_307("%s :%s is a registered nick", source, bi->nick);
anope_cmd_307("%s %s :is a registered nick", source, bi->nick);
anope_cmd_312("%s %s %s :%s", source, bi->nick, ServerName,
ServerDesc);
anope_cmd_317("%s %s %ld %ld :seconds idle, signon time",
+1 -1
View File
@@ -73,8 +73,8 @@ IRCDVar myIrcd[] = {
0, /* svshold */
1, /* time stamp on mode */
0, /* NICKIP */
0, /* UMODE */
0, /* O:LINE */
1, /* UMODE */
1, /* VHOST ON NICK */
0, /* Change RealName */
CMODE_p, /* No Knock */
+3 -3
View File
@@ -73,8 +73,8 @@ IRCDVar myIrcd[] = {
1, /* svshold */
1, /* time stamp on mode */
0, /* NICKIP */
1, /* UMODE */
0, /* O:LINE */
1, /* UMODE */
1, /* VHOST ON NICK */
0, /* Change RealName */
CMODE_p, /* No Knock */
@@ -1614,13 +1614,13 @@ anope_event_pass (char *source, int ac, char **av)
void
plexus_cmd_svsjoin (char *source, char *nick, char *chan)
{
/* Not Supported by this IRCD */
send_cmd(ServerName, "ENCAP * SVSJOIN %s %s", nick, chan);
}
void
plexus_cmd_svspart (char *source, char *nick, char *chan)
{
/* Not Supported by this IRCD */
send_cmd(ServerName, "ENCAP * SVSPART %s %s", nick, chan);
}
void
+5 -1
View File
@@ -9,10 +9,14 @@ VERSION_MAJOR="1"
VERSION_MINOR="7"
VERSION_PATCH="14"
VERSION_EXTRA=""
VERSION_BUILD="1125"
VERSION_BUILD="1126"
# $Log$
#
# BUILD : 1.7.14 (1126)
# BUGS : N/A
# NOTES : Applied ThaPrinces plexus support patch
#
# BUILD : 1.7.14 (1125)
# BUGS : 572
# NOTES : Increasd langauge buffer size to avoid issues 256 wasnt big enough.