Search found 4 matches

by SynecticLabs
Sun Jan 17, 2021 11:28 am
Forum: Scripts & Packages
Topic: Mudlet Discord Webhook Support
Replies: 5
Views: 10030

Re: Mudlet Discord Webhook Support

Oh, this is great seeing this. Thanks for that. You've done a much better job at it.
by SynecticLabs
Mon Dec 28, 2020 5:35 pm
Forum: Help Forum
Topic: IPV4 versus IPV6
Replies: 6
Views: 4287

Re: IPV4 versus IPV6

Sounds to me like this is an IPTables issue. I very much doubt your DNS provider will be blocking IPV6.
by SynecticLabs
Tue Oct 13, 2020 8:33 pm
Forum: Scripts & Packages
Topic: Mudlet Discord Webhook Support
Replies: 5
Views: 10030

Mudlet Discord Webhook Support

The function below will allow a Mudlet user to send a message to a Discord server via a webhook. function sendToDiscordWebhook(discord_username, avatarurl, message) local httpdone = registerAnonymousEventHandler('sysPostHttpDone', function(event, rurl, response) if rurl == url then display(r) else r...