| title | author |
|---|---|
Ident, The Identification Protocol |
raccoon |
[12:34] -irc.paraphysics.net- *** Processing connection to irc.paraphysics.net
| class ThermInfraCostPlugin < Plugin | |
| # return a help string when the bot is asked for help on this plugin | |
| def help(plugin, topic="") | |
| return "infracost <infra> <amount> <resources> => returns cost to purchase <amount> infra starting at <infra> with resources <resources>. Assumes you have factories and construction. Possible resources are sdc, gov, rubber, coal, iss." | |
| end | |
| # tells you cost of <amount> infra starting at <infra> | |
| def privmsg(m) |