From a1edb7a0c2b734be7f8d6f870bf7991c79a299f2 Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Sun, 6 Aug 2006 16:23:20 +0000 Subject: [PATCH] BUILD : 1.7.14 (1123) BUGS : 563 NOTES : Fixed UseTSMode thing for ratbox; TS6 for ratbox should work now git-svn-id: svn://svn.anope.org/anope/trunk@1123 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@847 5417fbe8-f217-4b02-8779-1006273d7864 --- Changes | 1 + src/protocol/ratbox.c | 2 +- version.log | 6 +++++- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 99dffa699..da3a4c84f 100644 --- a/Changes +++ b/Changes @@ -59,6 +59,7 @@ Provided by Anope Dev. - 2006 08/05 F Lang files now support %R for use with StrictPrivMsg. [#565] 08/06 F Segfault when shuting down anope. [#491] 08/06 F Fixed typos in cs_appendtopic.c. [#571] +08/06 F TSMode support for ratbox; TS6 works for ratbox now. [#563] Provided by ThaPrince - 2006 05/19 A Plexus 3 support. [ #00] diff --git a/src/protocol/ratbox.c b/src/protocol/ratbox.c index 5e8bdc7d3..bb997a366 100644 --- a/src/protocol/ratbox.c +++ b/src/protocol/ratbox.c @@ -1864,7 +1864,7 @@ int AnopeInit(int argc, char **argv) pmodule_ircd_cbmodes(myCbmodes); pmodule_ircd_cmmodes(myCmmodes); pmodule_ircd_csmodes(myCsmodes); - pmodule_ircd_useTSMode(0); + pmodule_ircd_useTSMode(1); /** Deal with modes anope _needs_ to know **/ pmodule_invis_umode(UMODE_i); diff --git a/version.log b/version.log index 9591d4dcc..664b7cdbf 100644 --- a/version.log +++ b/version.log @@ -9,10 +9,14 @@ VERSION_MAJOR="1" VERSION_MINOR="7" VERSION_PATCH="14" VERSION_EXTRA="" -VERSION_BUILD="1122" +VERSION_BUILD="1123" # $Log$ # +# BUILD : 1.7.14 (1123) +# BUGS : 563 +# NOTES : Fixed UseTSMode thing for ratbox; TS6 for ratbox should work now +# # BUILD : 1.7.14 (1122) # BUGS : 571 # NOTES : fixed typos in cs_appendtopic