summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-09-21BUILD : 1.7.11 (892) BUGS : NOTES : Applied patch by Trystan to [1] strip ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
CR/LF as well with normalizeBuffer() [2] fix various issues with hs_request (makes use of #1 in hs_request so that lines that are \n only are not processed; Adds check of tmp before allowing strtol() to get its hands on it; HSRequestDBName is set during the config load, if not by the config its sstrdup() with the default value.. so that the message at the end of the load does not read (NULL); frees the HSRequestDBName on unload; ran indent again it) git-svn-id: svn://svn.anope.org/anope/trunk@892 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@639 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-20BUILD : 1.7.11 (891) BUGS : NOTES : Fixed bot ident length checking and ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
sending a reponse when loading a non-existing module git-svn-id: svn://svn.anope.org/anope/trunk@891 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@638 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-18BUILD : 1.7.11 (890) BUGS : NOTES : Fixed common_get_vhost/vident to also ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
return vhost/vident on ircds without usermode for vhost/vident git-svn-id: svn://svn.anope.org/anope/trunk@890 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@637 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-18BUILD : 1.7.11 (889) BUGS : NOTES : Applied patches by Trystan to: (1) Fix ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
memleak when AddAkiller was enabled (2) Fix MySQL detection on win32 with install.vbs (3) Remove color codes from tools on win32 git-svn-id: svn://svn.anope.org/anope/trunk@889 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@636 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-13BUILD : 1.7.11 (886) BUGS : NOTES : Redid the gcc4 fixes for the db-merger geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@886 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@633 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-13Applied Trystans patch, fixed other issues he pointed out.rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
Note: make strict will still show a couple of warnings, i think we should leave it as is. git-svn-id: svn://svn.anope.org/anope/trunk@885 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@632 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-11BUILD : 1.7.10 (881) BUGS : NOTES : Added a NickLen directive to make sure ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
bot nicks are not longer than the nets git-svn-id: svn://svn.anope.org/anope/trunk@881 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@628 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-11BUILD : 1.7.10 (880) BUGS : n/a NOTES : Version 0.2 for db-merge fixing ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
corruptions. By Certus. git-svn-id: svn://svn.anope.org/anope/trunk@880 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@627 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-11BUILD : 1.7.10 (879) BUGS : n/a NOTES : The anoperc scripts is now generate ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
for the user. By DrStein git-svn-id: svn://svn.anope.org/anope/trunk@879 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@626 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-10BUILD : 1.7.10 (878) BUGS : NOTES : Applied patch by ThaPrince to fix XLINEs ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
with plexus git-svn-id: svn://svn.anope.org/anope/trunk@878 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@625 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-09BUILD : 1.7.10 (877) BUGS : NOTES : Added two more globops warnings when a ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
database cannott be opened git-svn-id: svn://svn.anope.org/anope/trunk@877 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@624 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-06BUILD : 1.7.10 (873) BUGS : NOTES : Added SGLINE support for plexus, and ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
fixed minor other things (by ThaPrince) git-svn-id: svn://svn.anope.org/anope/trunk@873 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@622 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-06BUILD : 1.7.10 (872) BUGS : NOTES : Fixed delete_user to always free any ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
allocated memory for vhost/vident git-svn-id: svn://svn.anope.org/anope/trunk@872 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@621 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-04BUILD : 1.7.10 (871) BUGS : NOTES : Applied two patches by ThaPrince to add ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
the correct nicks to SQLINE/SGLINE with plexus and ratbox git-svn-id: svn://svn.anope.org/anope/trunk@871 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@620 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-04BUILD : 1.7.10 (869) BUGS : NOTES : pmodule_cmd_unsgline for plexus set ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
plexus_cmd_unsqline instead of pmodule_cmd_unsgline (so unsQline instead of unsGline) git-svn-id: svn://svn.anope.org/anope/trunk@869 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@618 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-01BUILD : 1.7.10 (866) BUGS : NOTES : Added a moduleGetLangString() function ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
to allow modules to retrieve their language strings instead of only being able to send a NOTICE with them git-svn-id: svn://svn.anope.org/anope/trunk@866 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@616 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-30BUILD : 1.7.10 (864) BUGS : NOTES : Changed UserKeys from REQUIRED to ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
RECOMMENDED git-svn-id: svn://svn.anope.org/anope/trunk@864 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@614 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-29BUILD : 1.7.10 (862) BUGS : NOTES : Fixed anope_cmd_part passing on "\0" ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
instead of NULL when given NULL-arg git-svn-id: svn://svn.anope.org/anope/trunk@862 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@613 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-29Memory leak when using mysql to save data.rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@860 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@612 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-25BUILD : 1.7.10 (856) BUGS : NOTES : Fixed gcc4 warnings for db-merger and ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
epona2anope git-svn-id: svn://svn.anope.org/anope/trunk@856 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@609 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-21BUILD : 1.7.10 (854) BUGS : NOTES : Added ns_saset to the win32 makefiles geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@854 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@607 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-21BUILD : 1.7.10 (853) BUGS : NOTES : Moved SET for other nicks (SA only) to a ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
seperate SASET command git-svn-id: svn://svn.anope.org/anope/trunk@853 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@606 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-10BUILD : 1.7.10 (852) BUGS : NOTES : Added the new windows installation files geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@852 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@605 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-10BUILD : 1.7.10 (851) BUGS : NOTES : Fixed a few memleaks in os_info (thanks ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
Certus) git-svn-id: svn://svn.anope.org/anope/trunk@851 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@604 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-07BUILD : 1.7.10 (850) BUGS : NOTES : Fixed NS SET sometimes using the option ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
as nick if it existed and updated docs/NEWS for 1.7 git-svn-id: svn://svn.anope.org/anope/trunk@850 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@603 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-05Applied max length check to bot nickrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@849 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@602 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-07BUILD : 1.7.10 (847) BUGS : NOTES : Fixed a typo when loading two protocol ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
modules git-svn-id: svn://svn.anope.org/anope/trunk@847 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@600 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-03BUILD : 1.7.10 (845) BUGS : NOTES : Added a warning for *NIX when running as ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
root git-svn-id: svn://svn.anope.org/anope/trunk@845 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@598 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-02BUILD : 1.7.10 (844) BUGS : NOTES : Fixed module languages defaulting to ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
english instead of NSDefLanguage git-svn-id: svn://svn.anope.org/anope/trunk@844 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@597 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-02BUILD : 1.7.10 (843) BUGS : NOTES : Fixed various compile warnings on AMD64 ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
systems git-svn-id: svn://svn.anope.org/anope/trunk@843 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@596 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-01BUILD : 1.7.10 (842) BUGS : NOTES : Added 3 new events for channel ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
access/xop list modifications git-svn-id: svn://svn.anope.org/anope/trunk@842 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@595 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-01BUILD : 1.7.10 (841) BUGS : 400 NOTES : Modules will now get a more random ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
filename in the runtime/ folder, which makes sure that no duplicate filenames will occur, which makes sure listchans can run at the same time as services since they both use the same protocol module, which in turn fixes bug 400. And all modules are now properly unloaded on shutdown :) git-svn-id: svn://svn.anope.org/anope/trunk@841 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@594 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-01BUILD : 1.7.10 (840) BUGS : NOTES : Fixed most core compile warnings when ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
using make strict git-svn-id: svn://svn.anope.org/anope/trunk@840 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@593 5417fbe8-f217-4b02-8779-1006273d7864
2005-07-01BUILD : 1.7.10 (839) BUGS : NOTES : Removed the requirement of a valid ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
config file when running ./services -version git-svn-id: svn://svn.anope.org/anope/trunk@839 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@592 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-30Removed extra CC in protocol makefile *rolls eyes* :)rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@838 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@591 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-29Removed extra CC rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@837 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@590 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-27BUILD : 1.7.10 (836) BUGS : NOTES : Added italian translations for all ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
modpack modules git-svn-id: svn://svn.anope.org/anope/trunk@836 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@589 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-26BUILD : 1.7.10 (835) BUGS : NOTES : Added portugese translation to ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
hs_request, applied win32 fixes by heinz (or should i say heniz?) git-svn-id: svn://svn.anope.org/anope/trunk@835 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@588 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-26BUILD : 1.7.10 (834) BUGS : NOTES : Added hs_request to the modpack, made ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
memo_send a real global, and fixed a bug with module config stuff and PARAM_SET options git-svn-id: svn://svn.anope.org/anope/trunk@834 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@587 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-25BUILD : 1.7.10 (833) BUGS : NOTES : Fixed some fuckups in the previous commit geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@833 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@586 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-25BUILD : 1.7.10 (832) BUGS : NOTES : Updated Italian langfile and removed ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
some leftovers of userban stuff git-svn-id: svn://svn.anope.org/anope/trunk@832 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@585 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-25BUILD : 1.7.10 (831) BUGS : NOTES : Removing userban code for now geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@831 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@584 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-05BUILD : 1.7.10 (829) BUGS : NOTES : Forgot a comment and a return in ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
userban.c, and various win32 fixed by heinz git-svn-id: svn://svn.anope.org/anope/trunk@829 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@582 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-05BUILD : 1.7.10 (828) BUGS : NOTES : Added a new ban system which should be ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
faster than what we have now and also supports CIDR bans -- not yet in use, but will be used for akills andeventually channel bans -- hashing and cidr bans are not tested yet git-svn-id: svn://svn.anope.org/anope/trunk@828 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@581 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-04BUILD : 1.7.10 (827) BUGS : 394 NOTES : Fixed /src/bin/register geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@827 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@580 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-04BUILD : 1.7.10 (825) BUGS : 398 NOTES : Forgot to enable finish_sync() for ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
ultimate3, it was still using the old way to do it git-svn-id: svn://svn.anope.org/anope/trunk@825 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@578 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-03BUILD : 1.7.10 (824) BUGS : 389 NOTES : Added the possibility for protocol ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
files to override the code setting mod_current_buffer, which is needed for InspIRCd git-svn-id: svn://svn.anope.org/anope/trunk@824 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@577 5417fbe8-f217-4b02-8779-1006273d7864
2005-06-03BUILD : 1.7.10 (823) BUGS : 385 391 NOTES : Moved checks for UseTokens, ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
UseTS6, and Numeric into protocol_module_init because they need the ircd struct, and split init() into two functions to load the protocol module for listnicks/listchans. git-svn-id: svn://svn.anope.org/anope/trunk@823 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@576 5417fbe8-f217-4b02-8779-1006273d7864
2005-05-30BUILD : 1.7.10 (822) BUGS : none NOTES : Added pt.l and bundled modules pt.l ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
patch. Thanx to Ricardo. git-svn-id: svn://svn.anope.org/anope/trunk@822 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@575 5417fbe8-f217-4b02-8779-1006273d7864
2005-05-30Synced with brains cvs serverrob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@821 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@574 5417fbe8-f217-4b02-8779-1006273d7864