Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 779 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 779 Bytes

goplay-irc

goplay-irc is an IRC eval bot that leverages the go playground to evaluate golang source.

Safety

All code is run on the go playgrounds sandbox, thus there should be minimal risk to hosts (though code is generated and formatted on the host)

Configuration

goplay-irc uses a toml file in its working directory called config.toml for its configuration:

nick      = "goplay"
user      = "goplay"
real_name = "Go Playground bot: https://github.com/A-UNDERSCORE-D/goplay-irc"

sasl_user = "goplay"
sasl_password = "RG8gbm90IHRyaWZsZSBpbiB0aGUgYWZmYWlycyBvZiBkcmFnb25zLCBmb3IgdGhvdSBhcnQgY3J1bmNoeSwgYW5kIHRhc3RlIGdvb2Qgd2l0aCBrZXRjaHVwCg"

server         = "irc.libera.chat:6697"
use_tls        = true
command_prefix = "~"
debug          = false