diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-07-07 19:13:41 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-07-07 19:13:41 +0000 |
commit | 65665505f40a4046b79613194f08d81f7b58f6a3 (patch) | |
tree | b93baeefb9eae76d784c9c4bc9f738c15f4c1a16 /src | |
parent | 1e1cdee5d4874cffca2ea50e78833f83c7a9a963 (diff) |
BUILD : 1.7.10 (847) BUGS : NOTES : Fixed a typo when loading two protocol 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
Diffstat (limited to 'src')
-rw-r--r-- | src/modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.c b/src/modules.c index 374eaae20..ea99ec241 100644 --- a/src/modules.c +++ b/src/modules.c @@ -556,7 +556,7 @@ int loadModule(Module * m, User * u) free(argv[0]); } if (m->type == PROTOCOL && protocolModuleLoaded()) { - alog("You cannot load have 2 protocol modules."); + alog("You cannot load two protocol modules"); ret = MOD_STOP; } if (ret == MOD_STOP) { |