diff options
author | TingPing <tngpng@gmail.com> | 2013-05-18 15:42:30 -0300 |
---|---|---|
committer | TingPing <tngpng@gmail.com> | 2013-05-18 15:42:30 -0300 |
commit | 9891f94e412ba6ac17bd86c20feeb6330b4f3d39 (patch) | |
tree | c2a0e954e5d364da8181e4f807883d851abc5575 /plugins/python/python.c | |
parent | a22ae9f39ad3c1d97cc1ce7013813438055162fc (diff) |
Rebrand python about message
Diffstat (limited to 'plugins/python/python.c')
-rw-r--r-- | plugins/python/python.c | 8 |
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 */ |