Rename file, remove unused type

This commit is contained in:
2025-10-05 14:33:15 -07:00
parent 1b099c400a
commit c3a7f7487c

View File

@@ -1,9 +1,5 @@
package irc
type Handler interface {
AssertTypes()
}
type NickChangeAction struct {
User *User
OldNick *Nick