No description
Find a file
poljar (Damir Jelić) 4a949b33a8 Fix name bar item for the server buffer.
The server buffer is a pointer to a buffer (that is a string in python)
not a list like the room buffers. Don't use 'in' to check if the buffer
belongs to the server, use 'is' instead.
2018-02-05 12:48:23 +01:00
matrix Fix name bar item for the server buffer. 2018-02-05 12:48:23 +01:00
.gitignore Add gitignore. 2018-01-26 18:52:46 +01:00
.pylintrc Add pylintrc. 2018-01-26 18:52:58 +01:00
LICENSE Add a license file. 2018-01-26 18:23:00 +01:00
main.py Fix global config handling. 2018-02-05 12:47:40 +01:00
Makefile Makefile: Mark the lib phony as well. 2018-01-31 13:56:31 +01:00