IRCFileExtractor implements file extraction for IRC DCC file transfers
| 29 | |
| 30 | // IRCFileExtractor implements file extraction for IRC DCC file transfers |
| 31 | type IRCFileExtractor struct{} |
| 32 | |
| 33 | // GetFileHandle generates a unique identifier for an IRC DCC file transfer |
| 34 | func (i *IRCFileExtractor) GetFileHandle(conv *core.ConversationInfo, isOrigin bool, depth int) string { |
nothing calls this directly
no outgoing calls
no test coverage detected