mirror of
https://github.com/anope/anope.git
synced 2026-07-03 12:03:14 +02:00
Added version of module on error
git-svn-id: svn://svn.anope.org/anope/trunk@1066 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@790 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
a6f7ffef9b
commit
f059dbc236
+1
-1
@@ -582,7 +582,7 @@ int loadModule(Module * m, User * u)
|
||||
} else {
|
||||
ano_modclose(m->handle);
|
||||
ano_modclearerr();
|
||||
alog("Module %s is compiled against an old version of anope!",m->name);
|
||||
alog("Module %s is compiled against an old version of anope (%d)",m->name,version());
|
||||
return MOD_ERR_NOLOAD;
|
||||
}
|
||||
/* TODO */
|
||||
|
||||
Reference in New Issue
Block a user