summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/tcl/weechat-tcl.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/tcl/weechat-tcl.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/tcl/weechat-tcl.h')
-rw-r--r--src/plugins/scripts/tcl/weechat-tcl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scripts/tcl/weechat-tcl.h b/src/plugins/scripts/tcl/weechat-tcl.h
index 40a4335c7..581030112 100644
--- a/src/plugins/scripts/tcl/weechat-tcl.h
+++ b/src/plugins/scripts/tcl/weechat-tcl.h
@@ -25,7 +25,9 @@
extern struct t_weechat_plugin *weechat_tcl_plugin;
+extern int tcl_quiet;
extern struct t_plugin_script *tcl_scripts;
+extern struct t_plugin_script *last_tcl_script;
extern struct t_plugin_script *tcl_current_script;
extern const char *tcl_current_script_filename;