Archived
1
0
This repository has been archived on 2023-08-12. You can view files and clone it, but cannot push or open issues or pull requests.
nntpchan/contrib/backends/srndv2/src/srnd/markup_nolua.go
Jeff Becker 3a6cbf9de6 move srndv2 to nntpchan repo with vendored deps so that nothing breaks every again
this deprecates the github.com/majestrate/srndv2 repo
2017-04-03 10:00:38 -04:00

13 lines
186 B
Go

// +build !lua
package srnd
func extraMemePosting(src, prefix string) string {
return src
}
func SetMarkupScriptFile(fname string) error {
// does nothing for non lua
return nil
}