added spam filter
This commit is contained in:
6
utils/spam_checker.go
Normal file
6
utils/spam_checker.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package utils
|
||||
|
||||
// TODO: Implement a spam checking module
|
||||
func IsSpam(t string) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user