xep_0202: Fix plugin_init docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
1cdc656208
commit
fde8264191
@ -40,7 +40,7 @@ class XEP_0202(BasePlugin):
|
|||||||
}
|
}
|
||||||
|
|
||||||
def plugin_init(self):
|
def plugin_init(self):
|
||||||
"""Start the XEP-0203 plugin."""
|
"""Start the XEP-0202 plugin."""
|
||||||
|
|
||||||
if not self.local_time:
|
if not self.local_time:
|
||||||
def default_local_time(jid):
|
def default_local_time(jid):
|
||||||
|
Loading…
Reference in New Issue
Block a user