If I type in Discord:
```python
def f():
return 2 + 2
```
I get this on IRC:
16:29:18 <BridgeBot`> <ilyagr> def f():
16:29:19 <BridgeBot`> <ilyagr> return 2 + 2
16:29:20 <BridgeBot`> <ilyagr>
I wonder if this could be improved.
It would help if the bot could leave the "```python" line and the closing backticks on the IRC side.
It would be even better if it could be indicated that these lines come from a single Discord message. If something even better could happen -- that is even better!
P.S. Thanks for the nice project with the simple setup and clear instructions! It helps a lot.
If I type in Discord:
I get this on IRC:
I wonder if this could be improved.
It would help if the bot could leave the "```python" line and the closing backticks on the IRC side.
It would be even better if it could be indicated that these lines come from a single Discord message. If something even better could happen -- that is even better!
P.S. Thanks for the nice project with the simple setup and clear instructions! It helps a lot.