Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/codes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,13 @@
name: 'err_wildtoplevel',
type: 'error'
},
// Used in oftc-hybrid-1.7.3 and Solanum.
// Returned when a channel requires its users to have a NickServ account to

Check warning on line 401 in src/codes.ts

View workflow job for this annotation

GitHub Actions / lint

Trailing spaces not allowed
// talk.
415: {
name: 'err_needreggednick',
type: 'error'
},
421: {
name: 'err_unknowncommand',
type: 'error'
Expand Down
Loading