core/modulemanager.lua

changeset 218
1263896ab2f1
parent 198
e4755408d40b
child 229
01bd24ea488d
--- a/core/modulemanager.lua	Tue Nov 04 22:50:32 2008 +0000
+++ b/core/modulemanager.lua	Thu Nov 06 16:52:39 2008 +0500
@@ -64,18 +64,6 @@
 	_add_handler(getfenv(2).module, origin_type, tag, xmlns, handler);
 end
 
-function loadall()
-	load("saslauth");
-	load("legacyauth");
-	load("roster");
-	load("register");
-	load("tls");
-	load("vcard");
-	load("private");
-	load("version");
-	load("dialback");
-end
-
 function load(name)
 	local mod, err = loadfile("plugins/mod_"..name..".lua");
 	if not mod then

mercurial