summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/lua/weechat-lua.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-03-18 15:11:18 +0100
committerSebastien Helleu <flashcode@flashtux.org>2009-03-18 15:11:18 +0100
commita938ef736a3f2da17aecc73d21f5a1acb611b5cf (patch)
treeb98eeb95e778f7f508a3769556851ea1c0aa826a /src/plugins/scripts/lua/weechat-lua.h
parent763f030ae876a31f8412590d1386d21dfe1e27b8 (diff)
downloadweechat-a938ef736a3f2da17aecc73d21f5a1acb611b5cf.zip
Remove some messages during startup about scripts and plugins loaded
It is still possible to see messages by changing debug level for "core" or plugins (perl, python, ruby, lua, tcl).
Diffstat (limited to 'src/plugins/scripts/lua/weechat-lua.h')
-rw-r--r--src/plugins/scripts/lua/weechat-lua.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scripts/lua/weechat-lua.h b/src/plugins/scripts/lua/weechat-lua.h
index 8eef0843e..e26c16763 100644
--- a/src/plugins/scripts/lua/weechat-lua.h
+++ b/src/plugins/scripts/lua/weechat-lua.h
@@ -25,7 +25,9 @@
extern struct t_weechat_plugin *weechat_lua_plugin;
+extern int lua_quiet;
extern struct t_plugin_script *lua_scripts;
+extern struct t_plugin_script *last_lua_script;
extern struct t_plugin_script *lua_current_script;
extern const char *lua_current_script_filename;
extern lua_State *lua_current_interpreter;