diff --git a/contrib/backends/srndv2/src/srnd/mod.go b/contrib/backends/srndv2/src/srnd/mod.go index 603145f..84db0f8 100644 --- a/contrib/backends/srndv2/src/srnd/mod.go +++ b/contrib/backends/srndv2/src/srnd/mod.go @@ -88,6 +88,8 @@ func (self simpleModEvent) String() string { func (self simpleModEvent) Action() ModAction { switch strings.ToLower(strings.Split(string(self), " ")[0]) { + case "remove": + return ModRemove case "delete": return ModDelete case "overchan-inet-ban":