Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

add method setTopic #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add method setTopic #91

wants to merge 1 commit into from

Conversation

Pwuts
Copy link

@Pwuts Pwuts commented Dec 27, 2020

tested; works :)

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 94.341% when pulling 6e77369 on Pwuts:patch-1 into d169590 on Throne3d:master.

@@ -1213,6 +1213,10 @@ Client.prototype.notice = function(target, text) {
this._speak('NOTICE', target, text);
};

Client.prototype.setTopic = function(target, text) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a test for this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you point me to a test I can take as an example? I'm not sure where to put it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants