https://github.com/realazthat/emperorzurg
channel admin bot, gives "half ops" functionality on freenode
https://github.com/realazthat/emperorzurg
Last synced: 3 months ago
JSON representation
channel admin bot, gives "half ops" functionality on freenode
- Host: GitHub
- URL: https://github.com/realazthat/emperorzurg
- Owner: realazthat
- License: mit
- Created: 2014-10-21T00:56:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T01:50:40.000Z (over 10 years ago)
- Last Synced: 2025-01-17T21:08:06.069Z (5 months ago)
- Language: Python
- Size: 130 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Notes
Depends on freenode-style cloaks for authentication.
Make sure to configure the admin cloak in the yml configuration file
(see `voice_master_bot_config.default.yml`). Add your cloak to
the `default_admins` list.Rename the configuration file to something else, for example,
`voice_master_bot_config.yml`. Run the program with:python voice_master_bot.py voice_master_bot_config.yml
For information on commands:
/msg emperorzurg !help
###Required libs
#### Python libs
* ircutils
* twisted
* pyyaml