Revision ca037a94c5c43fd263e116242e42a7b39dfd187d authored by Ken Spencer on 23 September 2017, 13:51:00 UTC, committed by Valentin Lorentz on 23 September 2017, 13:51:00 UTC
* Network: add all+server+channels and all+channels commands

* Network: fix up commands for PR as per @GLolol

* Network: fix syntax docs, style, use irc.state.channels, not its keys

* move acmd to Admin, remove cmdallchans, can be used by 'cmdall acmd ...'
1 parent 5e880fd
Raw File
.gitignore
*.mo
*.py[cdo]
*~
.*.swp
.swp
MANIFEST
backup/
build/
debian/compat
debian/files
debian/limnoria*
debian/python-module-stampdir/
dist/
docs/_build/
docs/plugins/
limnoria.egg-info/
merge.sh
nano.save
push.sh
py3k/
src/version.py
supybot.egg-info/
test-conf/
test-data/
test-logs/
src/version.py
INSTALL
README.txt
conf/
data/
logs/
*.conf
*.conf.bak

# Intellij PyCharm / IDEA related files
*.iml
.idea
back to top