summary refs log tree commit diff stats
path: root/plugins/upd/upd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/upd/upd.c')
-rw-r--r--plugins/upd/upd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
index 5a02682d..e0995108 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -107,7 +107,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
 int
 xchat_plugin_deinit (void)
 {
-	xchat_command(ph, "MENU DEL \"Help/Check for updates\"");
+	xchat_command (ph, "MENU DEL \"Help/Check for updates\"");
 	xchat_print (ph, "Update Checker plugin unloaded\n");
 	return 1;
 }