The name is poezio, not Poezio

This commit is contained in:
Florent Le Coz 2013-05-06 21:48:18 +02:00
parent 12dd02b5c5
commit 2ad793d367

View file

@ -14,7 +14,7 @@ You only have to load the plugin:
Configuration
-------------
[spam]
ad = Im a happy Poezio user. Get it at http://poezio.eu
ad = Im a happy poezio user. Get it at http://poezio.eu
"""
@ -27,4 +27,4 @@ class Plugin(BasePlugin):
self.api.add_event_handler('private_say', self.advert)
def advert(self, msg, tab):
msg['body'] = "%s\n\n%s" % (msg['body'], self.config.get("ad", "Sent from Poezio"))
msg['body'] = "%s\n\n%s" % (msg['body'], self.config.get("ad", "Sent from poezio"))