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

modern ircdocs tweak #120

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

Conversation

AeliusSaionji
Copy link

I'm in the process of requesting that modern-ircdocs be revised to avoid this situation, but in the event that this doesn't go through, here's the bare minimum of what fussy clients will expect.

I'm in the process of requesting that modern-ircdocs be revised to avoid this situation, but in the event that this doesn't go through, here's the bare minimum of what fussy clients will expect
// Send RPL_ISUPPORT
this.ircd.write(ircUser.socket, 'irslackd', '005', [
ircUser.ircNick,
'CHANTYPES=#',
Copy link
Owner

Choose a reason for hiding this comment

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

There's also a debug channel that uses the & prefix. Would that also belong here?

Copy link

Choose a reason for hiding this comment

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

Yes

this.ircd.write(ircUser.socket, 'irslackd', '005', [
ircUser.ircNick,
'CHANTYPES=#',
':are supported by this server'
Copy link

Choose a reason for hiding this comment

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

Nit: no need to manually stick the :, the library will do it for you.

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

Successfully merging this pull request may close these issues.

3 participants