pugbot-ng = pugbot next gen
Commands:
help
plzdie
forcestart
join
orjoin <mapname>
leave
status
maps
vote <mapname>
votes
To install the release version:
pip install pugbot_ng
pugbot_ng
To install the git version:
git clone http://github.com/clearskies/pugbot_ng.git
cd pugbot_ng
./setup.py install
pugbot_ng
Configuration is handled by a JSON file, located in either /etc/pugbot_ng.json
or $HOME/.pugbot_ng.json
. An example configuration file is as follows:
{ "channel": "#pugbot-ng", "maps": [ "abbey", "algiers", "austria", "beijing_b3", "bohemia", "cambridge_fixed", "casa", "crossing", "docks", "dust2_v2", "elgin", "facade_b5", "kingdom_rc6", "mandolin", "oildepot", "orbital_sl", "prague", "ramelle", "ricochet", "riyadh", "sanctuary", "thingley", "tohunga_b8", "tohunga_b10", "toxic", "tunis", "turnpike", "uptown" ], "nick": "pugbot-ng", "owners": [ "foo", "bar" ], "port": 6667, "prefixes": "!>@.", "server": "irc.quakenet.org", "size": 10, "urt_servers": [ { "host": "example.com", "port": 27960, "password": "rcon_password" } ] }
Please report bugs using GitHub Issues.
You can also join #pugbot-ng
on Quakenet to ask questions or get involved.