Here it is, a module to display the status of your Ventrilo server.
Pre-Installation:
This module needs The ventrilo_status program to function. The ventrilo_status program for Windows, Linux i386, Solaris SPARC, Solarias x86, FreeBSD x86, NetBSD x86, and Mac OSX PowerPC can be found in the server version of Ventrilo. Download from
Ventrilo.com. This module will obviously only work on the platforms supported by the Ventrilo binaries.
Disclaimer: Ventrilo's license does not allow unauthorized redistribution of their binaries, as such they are not included with this module. Also, I do not want the responsibility of ensuring that a binary executable is free from viruses and other security risks. You should only download ventrilo_status from Ventrilo.com
Pre-Installation (Cont.):
Download the Ventrilo server and locate the ventrilo_status (or ventrilo_status.exe for windows users) and place it somewhere on your harddrive. The default location for this module is in your BeBot's extras directory.
Required ConfigurationBefore you can use the Ventrilo module, you must configure it.
/tell yourbot !set Ventrilo server <hostname or ip address> (Required!)
/tell yourbot !set Ventrilo port <port number> (Required!)
Optional Configuration/tell yourbot !set Ventrilo password <password> (Only required if your Ventrilo server requires a password to obtain status via ventrilo_status. If your server does not require this, don't set it!!! If your server requires a password, you must set a port!)
/tell yourbot !set Ventrilo prgpath <path to ventrilo_status> (Only required if you put ventrilo_status somewhere besides your BeBot's extras directory. Default: ./extras/. Example: c:\ventrilo\, /usr/local/bin/)
/tell yourbot !set Ventrilo showclient <On|Off> (Enables and disables showing client information such as ping and time connected)
/tell yourbot !set Ventrilo showserver <On|Off> (Enables and disables showing server information)
UsageUse the !vent command in tell, private group, or guild chat to display the status. Ventrilo admins will be displayed in red. Protected rooms will be highlighted in orange.
Current Version:: 2.0.1 (2007-12-29)
Download:
Ventrilo-2.0.1.zipEnjoy!
Changelog:
2.0.1: Fixed Client parsing for Ventrilo 3.0.
2.0.0: Updated for BeBot 0.4.
1.0.6: Fixed error messages displayed on bot console when no clients are connected to the Ventrilo server.
1.0.5: Fixed for Windows bot hosts and updated to use v2.0.3 of Module Settings
1.0.1: SVN and Release were not in sync. Whoops.
1.0.0: Initial Release