Update headers and add sleekxmpp note.

This commit is contained in:
Jacob Peddicord
2015-10-18 14:08:59 -07:00
parent 4278e196c3
commit 6c7c37f0c3
2 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
# HighlightXMPP 0.4 for IRC. Requires WeeChat >= 0.3.0 and Python >= 2.6.
# HighlightXMPP 0.5 for IRC. Requires WeeChat >= 0.3.0,
# Python >= 2.6, and sleekxmpp.
# Repo: https://github.com/jpeddicord/weechat-highlightxmpp
#
# Copyright (c) 2009-2012 Jacob Peddicord <jpeddicord@ubuntu.com>
# Copyright (c) 2009-2015 Jacob Peddicord <jacob@peddicord.net>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -41,7 +42,7 @@ if sys.version_info < (3, 0):
info = (
'highlightxmpp',
'Jacob Peddicord <jpeddicord@ubuntu.com>',
'Jacob Peddicord <jacob@peddicord.net>',
'0.5',
'GPL3',
"Relay highlighted & private IRC messages over XMPP (Jabber)",