https://github.com/lamdav/ircbot
Simple IRC bot made to experiment the effectiveness of an IRC class chatroom
https://github.com/lamdav/ircbot
bot irc prototype
Last synced: 9 months ago
JSON representation
Simple IRC bot made to experiment the effectiveness of an IRC class chatroom
- Host: GitHub
- URL: https://github.com/lamdav/ircbot
- Owner: lamdav
- Created: 2015-07-01T23:26:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-02T00:13:56.000Z (about 11 years ago)
- Last Synced: 2025-02-24T03:32:56.727Z (over 1 year ago)
- Topics: bot, irc, prototype
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IRCBot
A conceptual IRC bot for the CSSE 120.
# Functions
This conceptual IRC bot can currently respond to three commands: !help, !assignments, and !hint. The help command simply list the current possible commands. The assignments command currently prints the course website. Ideally, the assignments command should intelligently determine the date and print out the current assignment. Lastly, the hint command is intended for any last minute hints. The hint can be altered without having to stop the bot (Note: The method implemented may have some concurrency issues and memory leaks.)
# How to Use:
Alter the global variables appropriately within the data.txt document (First: Server, Second: Port, Third: Channel, Forth: Nickname, Fifth: Hint).
Run the program via commandline or other alternatives.