]> jfr.im git - irc/quakenet/newserv.git/blobdiff - lua/lua.h
searching for changes
[irc/quakenet/newserv.git] / lua / lua.h
index fce6fba86f1d83dd5a0674c1d17d0e1ebb578043..ceb59793e191852a2eaa3be973e86ea900f50547 100644 (file)
--- a/lua/lua.h
+++ b/lua/lua.h
@@ -28,7 +28,7 @@
 
 /*** defines ************************************/
 
-#define LUA_BOTVERSION "1.88"
+#define LUA_BOTVERSION "1.89"
 #define LUA_CHANFIXBOT "D"
 #define LUA_OPERCHAN "#twilightzone"
 
@@ -68,7 +68,7 @@ typedef struct lua_list {
 
 #define LUA_ENDLOOP() } }
 
-#define LUA_PATHLEN 1024
+#define LUA_PATHLEN 150
 
 extern lua_list *lua_head;
 extern sstring *cpath;