mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
docs/pmodule-spec.md: formatting again
This commit is contained in:
parent
86495db770
commit
f884d71cf0
@ -64,8 +64,8 @@ The following functions *must* be implemented by any protocol module within its
|
|||||||
|
|
||||||
- **`partClient`**`(self, client, channel, reason=None)` - Sends a part from a PyLink client.
|
- **`partClient`**`(self, client, channel, reason=None)` - Sends a part from a PyLink client.
|
||||||
|
|
||||||
- **`pingServer`**`(self, source=None, target=None)` - Sends a PING to a target server. Periodic PINGs are sent to our uplink automatically by the [`Irc`**`()`
|
- **`pingServer`**`(self, source=None, target=None)` - Sends a PING to a target server. Periodic PINGs are sent to our uplink automatically by the [`Irc()`
|
||||||
internals]`**`(https://github.com/GLolol/PyLink/blob/0.4.0-dev/classes.py#L267-L272); plugins shouldn't have to use this.
|
internals](https://github.com/GLolol/PyLink/blob/0.4.0-dev/classes.py#L267-L272); plugins shouldn't have to use this.
|
||||||
|
|
||||||
- **`quitClient`**`(self, source, reason)` - Quits a PyLink client.
|
- **`quitClient`**`(self, source, reason)` - Quits a PyLink client.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user