worldofpain

World of Pain public code snippets


Project maintained by halimcme Hosted on GitHub Pages — Theme by mattgraham

Grapevine support for CircleMUD/tbaMUD

Requirements:

Modify GVGAME in grapevine.h to match the short name of your game as configured in Grapevine. Modify these files to add Grapevine support. Add grapevine.h to the includes section at the top of each .c file.

is the optional short name for a game in Grapevine. Specify no game to see all players in all games. ``` ### gvgame Shows all games currently online in Grapevine or gets detailed information on a specific game. ``` Usage: gvgame is the optional short name for a game in Grapevine. Specify no game to see all games online. ``` ### gvtell Send a private tell to a player in another game on Grapevine. ``` Usage: gvtell <player@game> ``` ### gvchannel Send a message to everyone on a particular channel on all games on Grapevine, or switch channels. ``` Usage: gvchannel OR gvchannel Currently supported channels are gossip and testing. The default channel is gossip. ``` ### gvset Toggle player preferences for display of Grapevine status messages and channels. ``` Usage: gvset <games | players | channels> ```