Tyler M

Results 14 comments of Tyler M

Are your Windows 7 machine and server 32-bit or 64-bit?

Well, I thought this might have something to do with packet size being defined as an `int` instead of `size_t`, but the winsock implementation of `recv` calls for an integer,...

Thanks for the insight and taking the time to look into it. This will certainly be helpful when I get around to updating this project again.

Sorry I'm not sure I understand what you mean by parent and child posts. Are you perhaps referencing threads, replies, or both? In any case, the bot is being rewritten...

Thanks for the feedback! I will look into this when I have some extra time.

Due to all the interest this feature is actually in the works. I recently did rewrite of large portions of the code to allow for this functionality and am playing...

The new version will make use of command-line style switches. Currently, I've implemented a switch to move the next `n` number of messages in addition to the specified message. I...

@changeling correct, these features are not yet live. My plan for something like a --no-header flag is to simply have the bot move the message content and not post extra...

> Just for clarity, will the moved messages appear just as it did in the original channel, eventually? Date, time, poster? Unfortunately this isn't possible due to the limitations of...

> One idea I had would be to use webhooks to post the messages with a custom name and avatar. However, a webhook would need to be made for every...