From c3a7f7487c9d27ffac5833cc38eaa378b3d20b5f Mon Sep 17 00:00:00 2001 From: Nyeogmi Date: Sun, 5 Oct 2025 14:33:15 -0700 Subject: [PATCH] Rename file, remove unused type --- src/irc/{handlerTypes.go => actionTypes.go} | 4 ---- 1 file changed, 4 deletions(-) rename src/irc/{handlerTypes.go => actionTypes.go} (93%) diff --git a/src/irc/handlerTypes.go b/src/irc/actionTypes.go similarity index 93% rename from src/irc/handlerTypes.go rename to src/irc/actionTypes.go index 8cc760d..a8e02ab 100644 --- a/src/irc/handlerTypes.go +++ b/src/irc/actionTypes.go @@ -1,9 +1,5 @@ package irc -type Handler interface { - AssertTypes() -} - type NickChangeAction struct { User *User OldNick *Nick