From ThirdMartini
Several xChat plugins that I wrote for myself to use in xchat. All the plugins listed here are available on the File Downloads page.
[edit] qping
qping provides 3 command extensions to to xchat:
- /qping
- /report
- /qconnect
/qping allows you to ping a quake3 server and report the results to your current view. /qping does not let anyone else see the report.
/qreport allows you to ping a quake3 server and report the results for all to see in the current channel.
/qconnect connects you to the specified server.
All of the commands can be tied into the xChat URL handler which the allows you to right click on a quake server address in a channel window and select the command from the drop down menu.
To tie the scripts into xChat command handler, load the script then from inside xChat select Settings->lists->URL Handlers... and add the folowing items:
qping,qping -q3s %s qreport,qreport -q3s %s qconnect,q3connect %s
You may need to edid the qping-x.x.pl script to configure the locations of your qstat and quake3 binaries.