From 2ad793d367a37dcb0c5da42ab8c64547d1d0e9de Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 6 May 2013 21:48:18 +0200 Subject: The name is poezio, not Poezio --- plugins/spam.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/spam.py') diff --git a/plugins/spam.py b/plugins/spam.py index ce989f11..e7a93e44 100644 --- a/plugins/spam.py +++ b/plugins/spam.py @@ -14,7 +14,7 @@ You only have to load the plugin: Configuration ------------- [spam] -ad = I’m a happy Poezio user. Get it at http://poezio.eu +ad = I’m 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")) -- cgit v1.2.3