mirror of
https://github.com/anope/anope.git
synced 2026-07-08 22:53:12 +02:00
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
This commit is contained in:
parent
03281f47bc
commit
a1edb7a0c2
@@ -59,6 +59,7 @@ Provided by Anope Dev. <dev@anope.org> - 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 <jon@vile.com> - 2006
|
||||
05/19 A Plexus 3 support. [ #00]
|
||||
|
||||
@@ -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);
|
||||
|
||||
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user