https://github.com/fangfufu/pidgin-transponder
Automatically respond with a message when your contact starts typing
https://github.com/fangfufu/pidgin-transponder
Last synced: 7 months ago
JSON representation
Automatically respond with a message when your contact starts typing
- Host: GitHub
- URL: https://github.com/fangfufu/pidgin-transponder
- Owner: fangfufu
- License: gpl-3.0
- Created: 2018-07-03T10:17:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T10:15:10.000Z (over 7 years ago)
- Last Synced: 2025-01-26T17:47:18.915Z (9 months ago)
- Language: C
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pidgin-transponder
This plugin is perfect for surprising your friends. By enabling this plugin,
your Pidgin client will respond with a message as soon as your friend starts
typing.## Settings
* You can set the global response message from the plugin options dialog.
* To set some specific response message for a particular buddy, right click on
the buddy in the buddy-list window.
* To set response messages for some accounts, go to the "Advanced" tab of the account edit dialog.## Acknowledgement
* ``Makefile`` was modified from [EionRobb/purple-discord](https://github.com/EionRobb/purple-discord), which is licensed under GPLv3 or later version.
* ``libtransponder.c`` was modfied from the Autoreply plugin from [Purple Plugin Pack](https://bitbucket.org/pidgin/purple-plugin-pack), which is licensed under GPLv2 or later version.## License
pidgin-transponder - Automatically respond with a message when your contact
starts typing
Copyright (C) 2018 Fufu FangThis 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 .