diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-07 02:58:18 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-09-07 02:58:18 +0200 |
commit | a8dce85bbbc67f41d47b30666e8f05874280ca30 (patch) | |
tree | 5856081142fe23fd6a18d505b0f20556f871492c | |
parent | 68b210aa3b6e2a9694b87c5fb882b06d76c0d90a (diff) |
command to reflect name change
-rw-r--r-- | plugins/upd/upd.c | 2 |
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 (); |