summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-12-03 18:59:43 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-12-03 18:59:43 +0100
commit4a127d0bb4c3a265c7ffef9bdbd449aac8311c8a (patch)
tree1892f3ca4c4c15fc70ef2161a45d5bcea025c4b4 /plugins
parenta2f84209c0a9dc0030a7d2a1e67ca81b319334bb (diff)
add some branding to winsys output
Diffstat (limited to 'plugins')
-rw-r--r--plugins/winsys/winsys.cpp2
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,