whapp-irc
whapp-irc copied to clipboard
File sending support
How could i send image, video, doc, location audio to user
Currently we don't have anything built into the gateway, since IRC doesn't really have a canonical way of sending files to servers. So I wouldn't be sure how to implement it. I recommend just going the old fashioned way and upload your stuff to a server somewhere and just send a link to the other party.
But if there's a nice way of implementing this I would definitely be open to it.
KiwiIRC is solving it this way:
https://github.com/kiwiirc/plugin-fileuploader
Well sure, that's basically what I use for myself. Definitely not the nicest for nontechnical recipients, but not the worst.