ratz/src/modules/lurkers/lurkers.go

const lurkerWarning

const dontLurkEntryRole

var lurkerTime

func FetchLurkerRole(srv common.ChatServer) common.Role {}

func CheckLurkers(srv common.ChatServer) {}

func CheckForLurkers(srv common.ChatServer, debug bool) {}

// Delurk reacts any message from a user,  resetting their lurker status
func Delurk(m common.Message) {}

func Chunks(s string, chunkSize int) []string {}