command to reflect name change

This commit is contained in:
berkeviktor@aol.com 2010-09-07 02:58:18 +02:00
parent 68b210aa3b
commit a8dce85bbb
1 changed files with 1 additions and 1 deletions

View File

@ -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 ();