-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
Currently irc.Event has a number of duplicated fields.
Event.Prefix is the same as Event.Identity.Raw. You can even infer the Event.Prefix from Event.Identity.
I would like to remove Event.Identity and replace it with Event.SplitPrefix() (nick, user, host string)
Any comments, or ideas on how to make this better? This does have the unfortunate side effect of possibly requiring the parsing of Event.Prefix multiple times, though I don't think that should be a huge issue.