]> jfr.im git - irc/weechat/qweechat.git/blobdiff - src/qweechat/debug.py
Add support of new message "_nicklist_diff"
[irc/weechat/qweechat.git] / src / qweechat / debug.py
index e9650aa3d2ff09eb515dbab4270f3069dc6eb02c..e14cdab6a8eb0766ac4d3f01a794c85f9b704a29 100644 (file)
@@ -1,7 +1,9 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2011-2012 Sebastien Helleu <flashcode@flashtux.org>
+# debug.py - debug window
+#
+# Copyright (C) 2011-2013 Sebastien Helleu <flashcode@flashtux.org>
 #
 # This file is part of QWeeChat, a Qt remote GUI for WeeChat.
 #
 # along with QWeeChat.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-#
-# Debug window.
-#
-
 import qt_compat
 QtGui = qt_compat.import_module('QtGui')
 from chat import ChatTextEdit