From 507af191bd9a100656b70da66111e2af105d82ee Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 11:47:12 +0100 Subject: Now some final cleanup (I hope) --- plugins/exec/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/exec/exec.c') diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index cc37ab70..483b8e7f 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -124,7 +124,7 @@ hexchat_plugin_init (hexchat_plugin *plugin_handle, char **plugin_name, char **p *plugin_desc = desc; *plugin_version = version; - hexchat_hook_command (ph, "EXEC", HEXCHAT_PRI_NORM, run_command, "Usage: /EXEC [-O] - execute commands inside XChat", 0); + hexchat_hook_command (ph, "EXEC", HEXCHAT_PRI_NORM, run_command, "Usage: /EXEC [-O] - execute commands inside HexChat", 0); hexchat_printf (ph, "%s plugin loaded\n", name); return 1; /* return 1 for success */ -- cgit 1.4.1