diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-12-03 18:59:43 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-12-03 18:59:43 +0100 |
commit | 4a127d0bb4c3a265c7ffef9bdbd449aac8311c8a (patch) | |
tree | 1892f3ca4c4c15fc70ef2161a45d5bcea025c4b4 | |
parent | a2f84209c0a9dc0030a7d2a1e67ca81b319334bb (diff) |
add some branding to winsys output
-rw-r--r-- | plugins/winsys/winsys.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/winsys/winsys.cpp b/plugins/winsys/winsys.cpp index 2c1c7f83..0b4aef1e 100644 --- a/plugins/winsys/winsys.cpp +++ b/plugins/winsys/winsys.cpp @@ -364,7 +364,7 @@ printInfo (char *word[], char *word_eol[], void *user_data) if (xchat_list_int (ph, NULL, "type") >= 2) { /* uptime will work correctly for up to 50 days, should be enough */ - xchat_commandf (ph, "ME ** Client: XChat-WDK %s (x%d) ** OS: %s ** CPU: %s (%s) ** RAM: %s ** VGA: %s ** Uptime: %.2f Hours **", + xchat_commandf (ph, "ME ** WinSys ** Client: XChat-WDK %s (x%d) ** OS: %s ** CPU: %s (%s) ** RAM: %s ** VGA: %s ** Uptime: %.2f Hours **", xchat_get_info (ph, "wdk_version"), getCpuArch (), wmiOs, |