I'm using my bot as a small file server so people can upload their own photoshop creations which end up in a viewable web directory after transfer. After the transfer the bot always sends you the following message :
[08:07] -Botname- Thanks for the file!
Is there any way to add some extra text behind that line ? Tried to modify something like this in the past and I totally b0rked the bots messages back then. So I was wondering if there is anyway to do this. The idea is to put and URL behind it where they can view the image they uploaded.
Thanks in advance and I hope someone can point me in the right direction.
That'd be rather trivial, simply edit the language-file for the transfer module (transfer.english.lang usually), and locate the 0xf1c message and edit accordingly. This message is used along with *printf(), so make sure the %s is matched properly (will contain the nickname of the one sending the file).