own icon for winsys
This commit is contained in:
parent
8fd64410b9
commit
7b0555e380
Binary file not shown.
After Width: | Height: | Size: 3.5 KiB |
|
@ -375,7 +375,7 @@ xchat_plugin_init (xchat_plugin *plugin_handle, char **plugin_name, char **plugi
|
||||||
*plugin_version = "1.0";
|
*plugin_version = "1.0";
|
||||||
|
|
||||||
xchat_hook_command (ph, "WINSYS", XCHAT_PRI_NORM, printInfo, NULL, NULL);
|
xchat_hook_command (ph, "WINSYS", XCHAT_PRI_NORM, printInfo, NULL, NULL);
|
||||||
xchat_command (ph, "MENU -ietc\\download.png ADD \"Window/Display System Info\" \"WINSYS\"");
|
xchat_command (ph, "MENU -ietc\\system.png ADD \"Window/Display System Info\" \"WINSYS\"");
|
||||||
|
|
||||||
xchat_printf (ph, "%s plugin loaded\n", *plugin_name);
|
xchat_printf (ph, "%s plugin loaded\n", *plugin_name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue