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 \n\ /* Remove if/when HexChat supports this command for plugins */ static const char reload[] = "Usage: RELOAD , reloads a python script"; -static const char about[] = "\ -\n\ -X-Chat Python Interface " VERSION "\n\ -\n\ -Copyright (c) 2002-2003 Gustavo Niemeyer \n\ -\n"; - +static const char about[] = "HexChat Python " PY_VERSION " Interface Version " VERSION "\n"; /* ===================================================================== */ /* Utility functions */