3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

hooks-reference: don't use the wrong terminology in example channel names

This commit is contained in:
James Lu 2018-01-13 18:01:49 -08:00
parent 7a51220309
commit 06ee01b7a7

View File

@ -126,9 +126,9 @@ The following hooks represent regular IRC commands sent between servers.
- **CHGNAME**: `{'target': 'UID2', 'newgecos': "I ain't telling you!"}`
- SETNAME and CHGNAME commands, where available, both share this hook name.
- **INVITE**: `{'target': 'UID3', 'channel': '#myroom'}`
- **INVITE**: `{'target': 'UID3', 'channel': '#hello'}`
- **KNOCK**: `{'text': 'let me in please!', 'channel': '#myroom'}`
- **KNOCK**: `{'text': 'let me in please!', 'channel': '#hello'}`
- This is not actually implemented by any protocol module as of writing.
- **SAVE**: `{'target': 'UID8', 'ts': 1234567892, 'oldnick': 'Abracadabra'}`