summary refs log tree commit diff stats
path: root/plugins/upd/upd.c
diff options
context:
space:
mode:
authorberkeviktor@aol.com <berkeviktor@aol.com>2010-09-07 02:58:18 +0200
committerberkeviktor@aol.com <berkeviktor@aol.com>2010-09-07 02:58:18 +0200
commita8dce85bbbc67f41d47b30666e8f05874280ca30 (patch)
tree5856081142fe23fd6a18d505b0f20556f871492c /plugins/upd/upd.c
parent68b210aa3b6e2a9694b87c5fb882b06d76c0d90a (diff)
command to reflect name change
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 903fffe5..6d5e67ad 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -95,7 +95,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
 	*plugin_desc = "Plugin for checking for XChat-WDK updates";
 	*plugin_version = "1.0";
 
-	xchat_hook_command (ph, "UPD", XCHAT_PRI_NORM, print_version, 0, 0);
+	xchat_hook_command (ph, "UPDCHK", XCHAT_PRI_NORM, print_version, 0, 0);
 	xchat_print (ph, "XChat-WDK Update Checker plugin loaded\n");
 	print_version ();