Fixed server crash on unknown bot command

This commit is contained in:
Diego Martínez
2012-12-26 17:56:21 -02:00
parent 83db0a739d
commit 026ca11b10
3 changed files with 3 additions and 42 deletions

View File

@ -125,6 +125,7 @@ end
dofile(MODPATH.."/callback.lua");
dofile(MODPATH.."/chatcmds.lua");
dofile(MODPATH.."/botcmds.lua");
dofile(MODPATH.."/friends.lua");
if (mt_irc.auto_connect) then