Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtl1979/motdbot
Bot showing message-of-the-day to new users on BeShare server
https://github.com/mtl1979/motdbot
Last synced: 17 days ago
JSON representation
Bot showing message-of-the-day to new users on BeShare server
- Host: GitHub
- URL: https://github.com/mtl1979/motdbot
- Owner: mtl1979
- Created: 2015-05-08T16:07:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-07T08:44:45.000Z (over 8 years ago)
- Last Synced: 2024-10-16T15:36:28.264Z (2 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This is a little MUSCLE bot that can be used to add a Message of the Day
to your MUSCLE server that BeShare clients will see.To compile:
1. Download the MUSCLE archive from BeBits (v2.30 or higher), and make
sure the muscle folder appears in the same folder that the motdbot
folder is.
2. cd into this folder and type makeTo run:
1. Make sure muscled is running on your machine.2. cd into this folder and type ./motdbot
To change the text file:
edit motd.txt with any text editor
To report problems:
email me (Jeremy Friesner) at [email protected]
History
-------v1.06 6/9/03
* Update the Makefile to link correctly with
MUSCLE v2.40v1.05 3/03/03
- motdbot now tries to auto-reconnect when
it loses its connection to the muscle server.
* Updated the code to compile against MUSCLE v2.30
v1.04 12/15/02
* Updated the code to compile against MUSCLE v2.00v1.03 12/15/01
* Updated the code to compile against MUSCLE v1.93v1.02 9/07/01
* Fixed the Makefile to reflect updated MUSCLE directory structure
* Fixed an infinite loop bug that would occur when the connection broke
* Updated the docsv1.01 2/17/01
* Fixed a file descriptor leak (motdbot wasn't calling fclose())v1.00 Initial Release