IRCv3: Implement basic CTCP support
Review Request #2854 — Created Nov. 30, 2023 and submitted
This is just the scaffolding for it and doesn't implement any actual commands.
Sent some
CTCP VERSION
's to an IRCv3 account. Also manually sentCTCP VERSION
's to users and channel via temporary code in when the connection was fully established.
Summary | ID |
---|---|
5f144dada08d50549a827cdeec4cf39b5817d2ec |
Description | From | Last Updated |
---|---|---|
Are these (nullable)? There's no check in the helper functions, so I would assume so. |
QuLogic | |
Ditto |
QuLogic | |
Misaligned. |
QuLogic | |
Missing space around -. |
QuLogic | |
How come this side can assume params != NULL? |
QuLogic | |
I think translations don't usually like string generation part-by-part like this; better to be two strings with/without params (and then … |
QuLogic | |
Should this return TRUE/FALSE? |
QuLogic |
- Change Summary:
-
rebased and addressed issues
- Commits:
-
Summary ID 56225e67c543e764ad4847836e2573ef09e9fbe1 5f144dada08d50549a827cdeec4cf39b5817d2ec - Diff:
-
Revision 2 (+530)