Files @ de8114d2da06
Branch filter:

Location: libtransport.git/spectrum_manager/src/html/users/list.shtml

Jan Kaluza
Libpurple: Do not change the nickname when joining the room when it is the same as the one used by the user
1
2
3
4
5
6
7
8
9
<!--#include virtual="/header.shtml" -->

<script type="text/javascript">
$(function() {
	show_users();
});
</script>

<!--#include virtual="/footer.shtml" -->