Skip to content
Snippets Groups Projects
Commit 0125ad1f authored by nickolas360's avatar nickolas360
Browse files

Add documentation for version 1.10.0

parent c92fe3c3
No related branches found
No related tags found
No related merge requests found
.. Copyright (C) 2016 nickolas360 <contact@nickolas360.com>
.. This file is part of pyrcb-docs, documentation for pyrcb.
.. pyrcb-docs is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
.. pyrcb-docs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
.. You should have received a copy of the GNU Lesser General Public License
along with pyrcb-docs. If not, see <http://www.gnu.org/licenses/>.
.. currentmodule:: pyrcb
Changelog
=========
.. _changelog-1.10.0:
1.10.0
------
* Nicknames in `IRCBot.nicklist` and in the ``names`` parameter of
:meth:`IRCBot.on_names` now have two additional attributes: ``is_voiced`` and
``is_op``, which specify whether or not each user is voiced or is a channel
operator.
.. Copyright (C) 2016 nickolas360 <contact@nickolas360.com>
.. This file is part of pyrcb-docs, documentation for pyrcb.
.. pyrcb-docs is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
.. pyrcb-docs is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
.. You should have received a copy of the GNU Lesser General Public License
along with pyrcb-docs. If not, see <http://www.gnu.org/licenses/>.
.. currentmodule:: pyrcb
Version 1.10
============
.. toctree::
:maxdepth: 1
changelog
Loading
Loading
@@ -23,6 +23,7 @@ Release notes
.. toctree::
:maxdepth: 2
 
1.10/index
1.9/index
1.8/index
1.7/index
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment