https://github.com/jcolechanged/postal
A Camfrog bot plugin for sending messages to offline users
https://github.com/jcolechanged/postal
Last synced: over 1 year ago
JSON representation
A Camfrog bot plugin for sending messages to offline users
- Host: GitHub
- URL: https://github.com/jcolechanged/postal
- Owner: jColeChanged
- Created: 2012-07-05T15:08:14.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-09T17:41:47.000Z (about 14 years ago)
- Last Synced: 2025-01-25T23:03:35.436Z (over 1 year ago)
- Language: C++
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What is Postal?
Not every chat service supports the sending of messages to users who are offline. Postal is a bot plugin designed to solve this problem. Though the core classes could be made to work with other C++ based chat bots, this implementation in particular is written as a module for the CamFrog Chatbot.
# Dependencies
tinyxml is being used to persist data.
# How Can I try it?
You can build the project by entering ``make`` in the same directory as the makefile. If ``#define CONSOLEMAIL_APP`` has been defined in the source then this should result in a command line version of the application.
An alternative to this approach is using any bots which make use of the module on Camfrog or through other chat protocols or services.
Copyright (c) 2012 Joshua Cole - MIT LICENSE