Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generic ctcp() bot method #2667

Open
dgw opened this issue Mar 13, 2025 · 0 comments
Open

Generic ctcp() bot method #2667

dgw opened this issue Mar 13, 2025 · 0 comments
Labels
Feature Needs Triage Issues that need to be reviewed and categorized

Comments

@dgw
Copy link
Member

dgw commented Mar 13, 2025

Requested Feature

Exactly what the title says. Sopel should have a "nice" way to send non-ACTION CTCPs. We already have the plugin decorator to handle incoming ones, after all.

Problems Solved

We have bot.action() for the most common case, but anything else has to go through bot.write() (and the plugin author must learn the vagaries of formatting CTCP command strings on their own).

Alternatives

As mentioned above, using bot.write() with hand-crafted strings.

Notes

No response

@dgw dgw added Feature Needs Triage Issues that need to be reviewed and categorized labels Mar 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Needs Triage Issues that need to be reviewed and categorized
Projects
None yet
Development

No branches or pull requests

1 participant