Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cool Fire
hexchat
Commits
f15b8090
Commit
f15b8090
authored
Jul 20, 2012
by
Berke Viktor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eliminate some Tcl noise
parent
78cc4adf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
plugins/tcl/tclplugin.c
plugins/tcl/tclplugin.c
+3
-1
No files found.
plugins/tcl/tclplugin.c
View file @
f15b8090
...
...
@@ -2203,9 +2203,11 @@ static void Tcl_Plugin_DeInit()
static
void
banner
()
{
#if 0
xchat_printf(ph, "Tcl plugin for HexChat - Version %s\n", VERSION);
xchat_print(ph, "Copyright 2002-2005 Daniel P. Stasinski\n");
xchat_print(ph, "http://www.scriptkitties.com/tclplugin/\n");
#endif
}
int
xchat_plugin_init
(
xchat_plugin
*
plugin_handle
,
char
**
plugin_name
,
char
**
plugin_desc
,
char
**
plugin_version
,
char
*
arg
)
...
...
@@ -2229,7 +2231,7 @@ int xchat_plugin_init(xchat_plugin * plugin_handle, char **plugin_name, char **p
if
(
initialized
!=
0
)
{
banner
();
xchat_print
(
ph
,
"Tcl
plugin
already loaded"
);
xchat_print
(
ph
,
"Tcl
interface
already loaded"
);
reinit_tried
++
;
return
0
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment