https://github.com/ctron/hexchat-autoafk
AutoAFK addon for HexChat
https://github.com/ctron/hexchat-autoafk
afk hexchat irc
Last synced: over 1 year ago
JSON representation
AutoAFK addon for HexChat
- Host: GitHub
- URL: https://github.com/ctron/hexchat-autoafk
- Owner: ctron
- License: gpl-3.0
- Created: 2018-11-06T13:04:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T13:15:11.000Z (over 7 years ago)
- Last Synced: 2025-01-04T23:25:55.153Z (over 1 year ago)
- Topics: afk, hexchat, irc
- Language: Python
- Size: 18.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
# AutoAFK
This is a plugin for [HexChat][hexchat] that will automatically change your
nickname whenever you are away from your keyboard (AFK). Unfortunately Hexchat
itself is missing such an essential feature. The plugin is written in Python.
## FEATURES
- Automatically changes your nickname whenever you are AFK
## INSTALLATION
Clone the repository and place and link to the AutoAFK.py file within your
hexchat's addon directory:
cd ~
git clone https://github.com/ctron/hexchat-autoafk.git
ln -s hexchat-autoafk/AutoAFK.py .config/hexchat/addons/
Don't forget to restart HexChat.
## USAGE
Run `/AUTOAFK HELP` to see available commands.
## DOCUMENTATION
See the inline comments for documentation.
## CONTRIBUTIONS
In case you are looking for something to work on, you probably want to take a
look at the `TODO` file within the projects root directory.
## LICENSE
[](http://www.gnu.org/licenses/gpl.html)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program 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 General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
[hexchat]: https://hexchat.github.io/