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

Feature: Topic 4.2.4 #25

Open
DitchTurtL opened this issue Oct 27, 2023 · 2 comments
Open

Feature: Topic 4.2.4 #25

DitchTurtL opened this issue Oct 27, 2023 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@DitchTurtL
Copy link
Collaborator

  Command: TOPIC

Parameters: []

The TOPIC message is used to change or view the topic of a channel.
The topic for channel is returned if there is no
given. If the parameter is present, the topic for that
channel will be changed, if the channel modes permit this action.

Numeric Replies:

       ERR_NEEDMOREPARAMS              ERR_NOTONCHANNEL
       RPL_NOTOPIC                     RPL_TOPIC
       ERR_CHANOPRIVSNEEDED
@DitchTurtL
Copy link
Collaborator Author

Examples:

:Wiz TOPIC #test :New topic ;User Wiz setting the topic.

TOPIC #test :another topic ;set the topic on #test to "another
topic".

TOPIC #test ; check the topic for #test.

@DitchTurtL DitchTurtL added good first issue Good for newcomers enhancement New feature or request labels Oct 27, 2023
@wick3dr0se
Copy link
Member

Examples:

:Wiz TOPIC #test :New topic ;User Wiz setting the topic.

TOPIC #test :another topic ;set the topic on #test to "another topic".

TOPIC #test ; check the topic for #test.

These should be functional with #33!

Still need numeric replies

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants