summary refs log tree commit diff stats
path: root/plugins/python
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-05-18 15:42:30 -0300
committerTingPing <tngpng@gmail.com>2013-05-18 15:42:30 -0300
commit9891f94e412ba6ac17bd86c20feeb6330b4f3d39 (patch)
treec2a0e954e5d364da8181e4f807883d851abc5575 /plugins/python
parenta22ae9f39ad3c1d97cc1ce7013813438055162fc (diff)
Rebrand python about message
Diffstat (limited to 'plugins/python')
-rw-r--r--plugins/python/python.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/python/python.c b/plugins/python/python.c
index 01027f8f..a189134d 100644
--- a/plugins/python/python.c
+++ b/plugins/python/python.c
@@ -356,13 +356,7 @@ Usage: /PY LOAD   <filename>\n\
 /* Remove if/when HexChat supports this command for plugins */
 static const char reload[] = "Usage: RELOAD <name>, reloads a python script";
 
-static const char about[] = "\
-\n\
-X-Chat Python Interface " VERSION "\n\
-\n\
-Copyright (c) 2002-2003  Gustavo Niemeyer <niemeyer@conectiva.com>\n\
-\n";
-
+static const char about[] = "HexChat Python " PY_VERSION " Interface Version " VERSION "\n";
 
 /* ===================================================================== */
 /* Utility functions */