summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-09-29BUILD : 1.7.11 (903) BUGS : NOTES : Added BSFantasyCharacter configuration ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
option to change the fantasy prefix character git-svn-id: svn://svn.anope.org/anope/trunk@903 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@649 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-28BUILD : 1.7.11 (902) BUGS : NOTES : Changed how /os modload and /os ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
modunload load/unload modules; they are now handled in a queue instead of using the mod_current_* variables git-svn-id: svn://svn.anope.org/anope/trunk@902 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@648 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-28BUILD : 1.7.11 (901) BUGS : NOTES : Updated Italian translation (by ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
Hal9000); updated German translation for cs_appendtopic (by Cloud); added Changes message for ns_saset fix accidently comitted when comitting the dev framework git-svn-id: svn://svn.anope.org/anope/trunk@901 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@647 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-28BUILD : 1.7.11 (900) BUGS : NOTES : Added an event for fantasy commands ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
triggered by people without CA_FANTASY access on the channel git-svn-id: svn://svn.anope.org/anope/trunk@900 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@646 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-28BUILD : 1.7.11 (899) BUGS : NOTES : Development Framework geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@899 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@645 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-25BUILD : 1.7.11 (897) BUGS : NOTES : Anope 1.7.11 Release geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@897 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@644 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-25BUILD : 1.7.11 (896) BUGS : NOTES : Fixed minor issues: forgot an Endgeniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@896 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@643 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-24BUILD : 1.7.11 (895) BUGS : NOTES : Fixed a typo in en_us.l geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@895 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@642 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-21BUILD : 1.7.11 (894) BUGS : NOTES : Anope 1.7.11-rc3 geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@894 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@641 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-21BUILD : 1.7.11 (893) BUGS : NOTES : Fixed a segfault in find_byuid() if it ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
was passed with a NULL-argument git-svn-id: svn://svn.anope.org/anope/trunk@893 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@640 5417fbe8-f217-4b02-8779-1006273d7864
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-17BUILD : 1.7.11 (888) BUGS : NOTES : Anope 1.7.11-rc2 geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@888 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@635 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-14BUILD : 1.7.11 (887) BUGS : NOTES : Fixed various errors with version ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
handling, mostly related to VERSION_EXTRA on win32 git-svn-id: svn://svn.anope.org/anope/trunk@887 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@634 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-12BUILD : 1.7.11 (884) BUGS : n/a NOTES : Version bump. First release ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
candidate for .11 git-svn-id: svn://svn.anope.org/anope/trunk@884 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@631 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-12BUILD : 1.7.10 (883) BUGS : n/a NOTES : Making use of VERSION_EXTRA for ↵dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
release candidates. git-svn-id: svn://svn.anope.org/anope/trunk@883 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@630 5417fbe8-f217-4b02-8779-1006273d7864
2005-09-11BUILD : 1.7.10 (882) BUGS : n/a NOTES : Typo fix dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@882 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@629 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-08BUILD : 1.7.10 (876) BUGS : NOTES : Added something about DevNull to the FAQ geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@876 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@623 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 (870) BUGS : NOTES : Move on, nothing to see here (typo fix ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
in Changes) git-svn-id: svn://svn.anope.org/anope/trunk@870 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@619 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-03BUILD : 1.7.10 (868) BUGS : NOTES : Fixed duplicate Changes entries for Hal9000 geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@868 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@617 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-31BUILD : 1.7.10 (865) BUGS : NOTES : Fixed the "limited to" line in the help ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
for /os modlist git-svn-id: svn://svn.anope.org/anope/trunk@865 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@615 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-29BUILD : 1.7.10 (858) BUGS : NOTES : Converted docs/FAQ to a more organized ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
format git-svn-id: svn://svn.anope.org/anope/trunk@858 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@611 5417fbe8-f217-4b02-8779-1006273d7864
2005-08-28BUILD : 1.7.10 (857) BUGS : NOTES : Another FAQ update geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@857 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@610 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 (855) BUGS : NOTES : Fixed default location of services.conf ↵geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b
in example.conf being incorrect git-svn-id: svn://svn.anope.org/anope/trunk@855 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@608 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-09Edited the version of rage2 supported.rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: svn://svn.anope.org/anope/trunk@848 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@601 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