Unibot is an IRC bot developed in Visual Basic 6. The main purpose behind unibot is to provide an application framework which can be easily customized (by anyone with a copy of VB6) for specific uses and deployed accordingly.
At the moment, unibot is capable of:
- The ability to connect to and log the conversations taking place in multiple channels.
- Three basic commands: !hello, !thetime and !random.
- !hello - Responds with "Hello <username>!".
- !thetime - Responds with current date and time.
- !random - Responds with a randomly generated number from 1 to 1,000,000.
- !stats - Allows you to run a batch/executable/script file when this trigger is used, originally designed to allow users to update web-based statistics on demand. (Flood protection is also included.)
Screenshot (in client mode):
The latest code can always be retrieved from the subversion repository.