You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.
Currently they aren't handled at all resulting in each line being send to irc separately, making the code unreadable.
The best solution to me seems to look for code blocks and pass those to a pastebin like service.
However, since some channels likely are considered private I don't want to do this to a open service. So the only services I will build in are those that allow private/unlisted text snippets.
gist.github.com is the most obvious choice for this. Secondly I want to explore if the irccloud text snippet functionality has an api endpoint.
The text was updated successfully, but these errors were encountered:
Currently they aren't handled at all resulting in each line being send to irc separately, making the code unreadable.
The best solution to me seems to look for code blocks and pass those to a pastebin like service.
However, since some channels likely are considered private I don't want to do this to a open service. So the only services I will build in are those that allow private/unlisted text snippets.
gist.github.com is the most obvious choice for this. Secondly I want to explore if the irccloud text snippet functionality has an api endpoint.
The text was updated successfully, but these errors were encountered: