From f884d71cf02851cf7f5f2cb059ce0f24ec46901d Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 24 Sep 2015 18:39:33 -0700 Subject: [PATCH] docs/pmodule-spec.md: formatting again --- docs/technical/pmodule-spec.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/technical/pmodule-spec.md b/docs/technical/pmodule-spec.md index 29904bd..66357b4 100644 --- a/docs/technical/pmodule-spec.md +++ b/docs/technical/pmodule-spec.md @@ -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. -- **`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. +- **`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. - **`quitClient`**`(self, source, reason)` - Quits a PyLink client.