Skip to content

Commit

Permalink
Restore some files that were mistakenly deleted in 92e22cd.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Sep 2, 2024
1 parent 3a329e4 commit b81ec95
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/3/modules/chgident.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: chgident

description: |-
This module adds the `/CHGIDENT` command which allows server operators to change the username (ident) of a user.
commands:
- name: CHGIDENT
param_count: 2
oper_only: true
syntax: <nickname> <username>
description: |-
Changes the username (ident) of &lt;nickname&gt; to &lt;username&gt;.
example:
- description: |-
Changes the username (ident) of Sadie to wibble
text: |-
/CHGIDENT Sadie wibble
4 changes: 4 additions & 0 deletions docs/3/modules/hostcycle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name: hostcycle

description: |-
This module sends a fake disconnection and reconnection when a user's username (ident) or hostname changes to allow clients to update their internal caches.
9 changes: 9 additions & 0 deletions docs/3/modules/ircv3_chghost.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: ircv3_chghost

description: |-
This module provides the IRCv3 `chghost` client capability.
client_caps:
- name: '[chghost](https://ircv3.net/specs/extensions/chghost.html)'
description: |-
Notifies users when the username (ident) or hostname of a user they share a channel with changes.
17 changes: 17 additions & 0 deletions docs/3/modules/setident.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: setident

description: |-
This module adds the `/SETIDENT` command which allows server operators to change their username (ident).
commands:
- name: SETIDENT
param_count: 1
oper_only: true
syntax: <username>
description: |-
Changes the username (ident) of the user to &lt;username&gt;.
example:
- description: |-
Changes the username (ident) of the user to wibble
text: |-
/SETIDENT wibble

0 comments on commit b81ec95

Please sign in to comment.